mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-27 01:28:16 +00:00
Rename /Demo/MSP430FR5969_LaunchPad to /Demo/MSP430X_MSP430FR5969_LaunchPad for consistency with other MSP430 demo directory names.
Fixed typos in comments repeated in multiple source files.
This commit is contained in:
@@ -98,7 +98,9 @@ portRESTORE_CONTEXT macro
|
||||
pop_x r15
|
||||
mov.w r15, &usCriticalNesting
|
||||
popm_x #12, r15
|
||||
nop
|
||||
pop.w sr
|
||||
nop
|
||||
reta
|
||||
endm
|
||||
/*-----------------------------------------------------------*/
|
||||
@@ -143,7 +145,7 @@ vPortYield:
|
||||
/* The sr needs saving before it is modified. */
|
||||
push.w sr
|
||||
|
||||
/* Now the SR is stacked we can disable interrupts. */
|
||||
/* Now the SR is stacked interrupts can be disabled. */
|
||||
dint
|
||||
nop
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ typedef unsigned short UBaseType_t;
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/* Interrupt control macros. */
|
||||
#define portDISABLE_INTERRUPTS() _DINT();_NOP()
|
||||
#define portDISABLE_INTERRUPTS() _DINT(); _NOP()
|
||||
#define portENABLE_INTERRUPTS() _EINT(); _NOP()
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user