Skip to content

Commit deb5c2c

Browse files
committed
remove unnecessary debug
1 parent 5ab56c1 commit deb5c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cores/nRF5/flash/flash_qspi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ void flash_qspi_init (void)
226226
uint8_t mfgr_id = (uint8_t) ( NRF_QSPI->CINSTRDAT0 >> 24);
227227

228228
// quick hack
229-
printf("qspi mfgr id : 0x%02X\n", mfgr_id);
230-
printf("qspi device id: 0x%02X\n", dev_id);
229+
//printf("qspi mfgr id : 0x%02X\n", mfgr_id);
230+
//printf("qspi device id: 0x%02X\n", dev_id);
231231

232232
// Look up the flash device in supported array
233233
for ( int i = 0; i < FLASH_DEVICE_COUNT; i++ )

0 commit comments

Comments
 (0)