mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
Style: uncrustify kernel files
This commit is contained in:
parent
66a815653b
commit
587a83d647
385 changed files with 4714 additions and 4338 deletions
|
@ -22,6 +22,7 @@
|
|||
* http://www.FreeRTOS.org
|
||||
* http://aws.amazon.com/freertos
|
||||
*
|
||||
* 1 tab == 4 spaces!
|
||||
*/
|
||||
|
||||
#ifndef PORTMACRO_H
|
||||
|
@ -74,16 +75,16 @@ typedef unsigned char UBaseType_t;
|
|||
push ACC \
|
||||
push IE \
|
||||
_endasm; \
|
||||
EA = 0;
|
||||
EA = 0;
|
||||
|
||||
#define portEXIT_CRITICAL() \
|
||||
_asm \
|
||||
pop ACC \
|
||||
_endasm; \
|
||||
ACC &= 0x80; \
|
||||
IE |= ACC; \
|
||||
_asm \
|
||||
pop ACC \
|
||||
#define portEXIT_CRITICAL() \
|
||||
_asm \
|
||||
pop ACC \
|
||||
_endasm; \
|
||||
ACC &= 0x80; \
|
||||
IE |= ACC; \
|
||||
_asm \
|
||||
pop ACC \
|
||||
_endasm;
|
||||
|
||||
#define portDISABLE_INTERRUPTS() EA = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue