portable/GCC/MSPFR5969: removed redundant comment

This commit is contained in:
Rafal Babski 2020-04-29 19:41:16 +01:00
parent c766ef5248
commit 1c97b7f5c4

View file

@ -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 * used by the task is retrieved from the stack - followed by the value of all
* the general purpose msp430 registers. * 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__ #ifdef __LARGE_DATA_MODEL__
#define portRESTORE_CONTEXT() \ #define portRESTORE_CONTEXT() \