Remove breakpoint instruction used for debugging.

This commit is contained in:
Scott Shawcroft 2018-02-19 21:38:14 -08:00
parent 15f626be58
commit 653fc8877d

View File

@ -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;