From 82ce0243f98e98782a78e855e102068a3202693f Mon Sep 17 00:00:00 2001 From: Chun-Chieh Li Date: Thu, 8 Oct 2020 14:18:25 +0800 Subject: [PATCH] Nuvoton: Enable fault handler dump message for M23 targets Support targets: - NUMAKER_IOT_M263A - NUMAKER_IOT_M252 --- targets/targets.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index 8b3f5304b9..d95a07572e 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -5842,7 +5842,6 @@ "FLASH_CMSIS_ALGO" ], "macros_add": [ - "MBED_FAULT_HANDLER_DISABLED", "LPTICKER_DELAY_TICKS=4" ], "supported_toolchains": [ @@ -6693,7 +6692,6 @@ "FLASH_CMSIS_ALGO" ], "macros": [ - "MBED_FAULT_HANDLER_DISABLED", "LPTICKER_DELAY_TICKS=4" ], "is_disk_virtual": true,