summaryrefslogtreecommitdiff
path: root/core/cortex-m0/config_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/cortex-m0/config_core.h')
-rw-r--r--core/cortex-m0/config_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/cortex-m0/config_core.h b/core/cortex-m0/config_core.h
index 11c209c66a..9c04d467e3 100644
--- a/core/cortex-m0/config_core.h
+++ b/core/cortex-m0/config_core.h
@@ -12,5 +12,6 @@
/* Emulate the CLZ instruction since the CPU core is lacking support */
#define CONFIG_SOFTWARE_CLZ
+#define CONFIG_SOFTWARE_PANIC
#endif /* __CONFIG_CORE_H */