From 653fc8877df4814a66aa4979bbc09be00d151c91 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 19 Feb 2018 21:38:14 -0800 Subject: Remove breakpoint instruction used for debugging. --- ports/atmel-samd/external_flash/external_flash.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3