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 3da067c commit 3d14c27Copy full SHA for 3d14c27
portable/GCC/ARM_CM3/portmacro.h
@@ -171,7 +171,7 @@ extern void vPortExitCritical( void );
171
172
/*-----------------------------------------------------------*/
173
174
-#ifdef configASSERT
+#if configASSERT_DEFINED == 1
175
void vPortValidateInterruptPriority( void );
176
#define portASSERT_IF_INTERRUPT_PRIORITY_INVALID() vPortValidateInterruptPriority()
177
#endif
0 commit comments