mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Fix formatting check
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
a118f6a351
commit
472b9d2f63
|
@ -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…
Reference in a new issue