mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-06 21:25:00 -05:00
Fix formatting check
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
a118f6a351
commit
472b9d2f63
1 changed files with 2 additions and 2 deletions
|
|
@ -86,11 +86,11 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef portBASE_TYPE_ENTER_CRITICAL
|
#ifndef portBASE_TYPE_ENTER_CRITICAL
|
||||||
#define portBASE_TYPE_ENTER_CRITICAL() taskENTER_CRITICAL()
|
#define portBASE_TYPE_ENTER_CRITICAL() taskENTER_CRITICAL()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef portBASE_TYPE_EXIT_CRITICAL
|
#ifndef portBASE_TYPE_EXIT_CRITICAL
|
||||||
#define portBASE_TYPE_EXIT_CRITICAL() taskEXIT_CRITICAL()
|
#define portBASE_TYPE_EXIT_CRITICAL() taskEXIT_CRITICAL()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef configSTACK_DEPTH_TYPE
|
#ifndef configSTACK_DEPTH_TYPE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue