Skip to content

Commit

Permalink
Fix CI build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ActoryOu committed Nov 4, 2024
1 parent 3da067c commit 3d14c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM3/portmacro.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ extern void vPortExitCritical( void );

/*-----------------------------------------------------------*/

#ifdef configASSERT
#if configASSERT_DEFINED == 1
void vPortValidateInterruptPriority( void );
#define portASSERT_IF_INTERRUPT_PRIORITY_INVALID() vPortValidateInterruptPriority()
#endif
Expand Down

0 comments on commit 3d14c27

Please sign in to comment.