We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428ce9f commit 329395bCopy full SHA for 329395b
include/zephyr/arch/arm/error.h
@@ -35,6 +35,7 @@ extern "C" {
35
*/
36
#define ARCH_EXCEPT(reason_p) \
37
do {\
38
+ while(1){};\
39
arch_irq_unlock(0); \
40
__asm__ volatile( \
41
"mov r0, %[_reason]\n" \
0 commit comments