Skip to content

Commit

Permalink
[TEST COMMIT] - Introduce compilation issue
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Aggarwal <[email protected]>
  • Loading branch information
aggarg committed Mar 16, 2023
1 parent 141f72b commit f0fd13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM3/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ __attribute__( ( weak ) ) void vPortSetupTimerInterrupt( void )
* The following links provide detailed information:
* https://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html
* https://www.FreeRTOS.org/FAQHelp.html */
configASSERT( ucCurrentPriority >= ucMaxSysCallPriority );
configASSERT( ucCurrentPriority >= ulMaxSysCallPriority );
}

/* Priority grouping: The interrupt controller (NVIC) allows the bits
Expand Down

0 comments on commit f0fd13f

Please sign in to comment.