We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab56c1 commit deb5c2cCopy full SHA for deb5c2c
cores/nRF5/flash/flash_qspi.c
@@ -226,8 +226,8 @@ void flash_qspi_init (void)
226
uint8_t mfgr_id = (uint8_t) ( NRF_QSPI->CINSTRDAT0 >> 24);
227
228
// quick hack
229
- printf("qspi mfgr id : 0x%02X\n", mfgr_id);
230
- printf("qspi device id: 0x%02X\n", dev_id);
+ //printf("qspi mfgr id : 0x%02X\n", mfgr_id);
+ //printf("qspi device id: 0x%02X\n", dev_id);
231
232
// Look up the flash device in supported array
233
for ( int i = 0; i < FLASH_DEVICE_COUNT; i++ )
0 commit comments