From 5a1a25abe0b20023748e15de690db1a70e20279b Mon Sep 17 00:00:00 2001 From: cyliangtw Date: Fri, 23 Aug 2019 21:53:01 +0800 Subject: [PATCH] Add MBED_FAULT_HANDLER_DISABLED into macros to avoid GCC issue --- targets/targets.json | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/targets.json b/targets/targets.json index f5466752d2..cdab87fe76 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -9039,6 +9039,7 @@ "FLASH_CMSIS_ALGO" ], "macros": [ + "MBED_FAULT_HANDLER_DISABLED", "LPTICKER_DELAY_TICKS=3" ], "is_disk_virtual": true,