1 parent 15f626b commit 653fc88Copy full SHA for 653fc88
1 file changed
ports/atmel-samd/external_flash/external_flash.c
@@ -208,7 +208,6 @@ void external_flash_init(void) {
208
jedec_id_response[2] == SPI_FLASH_JEDEC_CAPACITY) {
209
spi_flash_is_initialised = true;
210
} else {
211
- asm("bkpt");
212
// Unknown flash chip!
213
spi_flash_is_initialised = false;
214
return;
0 commit comments