From 1c97b7f5c4d757b907da7a39c688c938b0700c63 Mon Sep 17 00:00:00 2001 From: Rafal Babski Date: Wed, 29 Apr 2020 19:41:16 +0100 Subject: [PATCH] portable/GCC/MSPFR5969: removed redundant comment --- portable/GCC/MSP430FR5969/port.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/portable/GCC/MSP430FR5969/port.c b/portable/GCC/MSP430FR5969/port.c index cff5ea5fe..ed681c22f 100644 --- a/portable/GCC/MSP430FR5969/port.c +++ b/portable/GCC/MSP430FR5969/port.c @@ -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() \