Remove breakpoint instruction used for debugging.
This commit is contained in:
parent
15f626be58
commit
653fc8877d
@ -208,7 +208,6 @@ void external_flash_init(void) {
|
||||
jedec_id_response[2] == SPI_FLASH_JEDEC_CAPACITY) {
|
||||
spi_flash_is_initialised = true;
|
||||
} else {
|
||||
asm("bkpt");
|
||||
// Unknown flash chip!
|
||||
spi_flash_is_initialised = false;
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user