mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
a5449bcbd4
Fixes error on LLVM/Clang: cpu/cortexm_common/vectors_cortexm.c:287:5: error: non-ASM statement in naked function is not supported core_panic(PANIC_HARD_FAULT, "HARD FAULT HANDLER"); ^ cpu/cortexm_common/include/vectors_cortexm.h:65:46: note: attribute is here void hard_fault_default(void) __attribute__((naked)); ^ 1 error generated. |
||
---|---|---|
.. | ||
core_cm0.h | ||
core_cm0plus.h | ||
core_cm3.h | ||
core_cm4.h | ||
core_cm7.h | ||
core_cmFunc.h | ||
core_cmInstr.h | ||
core_cmSimd.h | ||
cpu.h | ||
vectors_cortexm.h |