We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a08c6 commit 8257280Copy full SHA for 8257280
src/portmacro.h
@@ -14,6 +14,8 @@
14
15
#if (__CORTEX_M == 0x00U)
16
#include "../portable/GCC/ARM_CM0/portmacro.h"
17
+/* Stub for heap_useNewlib_ST */
18
+inline __attribute__(( always_inline )) static BaseType_t xPortIsInsideInterrupt( void ) { return pdFALSE; }
19
#endif
20
21
#if (__CORTEX_M == 0x03U)
0 commit comments