summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2018-02-19 21:38:14 -0800
committerScott Shawcroft <scott.shawcroft@gmail.com>2018-02-19 21:38:14 -0800
commit653fc8877df4814a66aa4979bbc09be00d151c91 (patch)
tree469610faa0aae3c69b0243e922de7985c0d92eac
parent15f626be5869a2dc5d8bc53ad44cc678bb5462d2 (diff)
Remove breakpoint instruction used for debugging.
-rw-r--r--ports/atmel-samd/external_flash/external_flash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/atmel-samd/external_flash/external_flash.c b/ports/atmel-samd/external_flash/external_flash.c
index 48872adda..d3a2b4bae 100644
--- a/ports/atmel-samd/external_flash/external_flash.c
+++ b/ports/atmel-samd/external_flash/external_flash.c
@@ -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;