From 9f7d19a937b23b96d18665258a65bd9afc1475b2 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 11 Feb 2019 17:46:07 -0800 Subject: [PATCH] Change EMERGENCY_EXCEPTION_BUF settings to match samd. --- ports/nrf/mpconfigport.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ports/nrf/mpconfigport.h b/ports/nrf/mpconfigport.h index 6bcd5cfcf1..bdee568ac2 100644 --- a/ports/nrf/mpconfigport.h +++ b/ports/nrf/mpconfigport.h @@ -121,9 +121,6 @@ #define MICROPY_KBD_EXCEPTION (1) -#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1) -#define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (0) - // Scan gamepad every 32ms #define CIRCUITPY_GAMEPAD_TICKS 0x1f