Skip to content

Commit 653fc88

Browse files
committed
Remove breakpoint instruction used for debugging.
1 parent 15f626b commit 653fc88

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ports/atmel-samd/external_flash/external_flash.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ void external_flash_init(void) {
208208
jedec_id_response[2] == SPI_FLASH_JEDEC_CAPACITY) {
209209
spi_flash_is_initialised = true;
210210
} else {
211-
asm("bkpt");
212211
// Unknown flash chip!
213212
spi_flash_is_initialised = false;
214213
return;

0 commit comments

Comments
 (0)