Skip to content

Commit 3d14c27

Browse files
committed
Fix CI build error
1 parent 3da067c commit 3d14c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portable/GCC/ARM_CM3/portmacro.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ extern void vPortExitCritical( void );
171171

172172
/*-----------------------------------------------------------*/
173173

174-
#ifdef configASSERT
174+
#if configASSERT_DEFINED == 1
175175
void vPortValidateInterruptPriority( void );
176176
#define portASSERT_IF_INTERRUPT_PRIORITY_INVALID() vPortValidateInterruptPriority()
177177
#endif

0 commit comments

Comments
 (0)