mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 00:57:44 -04:00
portable/GCC/MSPFR5969: removed redundant comment
This commit is contained in:
parent
c766ef5248
commit
1c97b7f5c4
1 changed files with 0 additions and 2 deletions
|
@ -97,8 +97,6 @@ volatile uint16_t usCriticalNesting = portINITIAL_CRITICAL_NESTING;
|
|||
* used by the task is retrieved from the stack - followed by the value of all
|
||||
* the general purpose msp430 registers.
|
||||
*
|
||||
* The bic instruction ensures there are no low power bits set in the status
|
||||
* register that is about to be popped from the stack.
|
||||
*/
|
||||
#ifdef __LARGE_DATA_MODEL__
|
||||
#define portRESTORE_CONTEXT() \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue