diff --git a/portable/GCC/MSP430FR5969/port.c b/portable/GCC/MSP430FR5969/port.c index 76b1ce004..82ee0d4f7 100644 --- a/portable/GCC/MSP430FR5969/port.c +++ b/portable/GCC/MSP430FR5969/port.c @@ -122,7 +122,7 @@ volatile uint16_t usCriticalNesting = portINITIAL_CRITICAL_NESTING; "nop \n\t" \ "pop.w sr \n\t" \ "nop \n\t" \ - "reti \n\t" \ + "ret \n\t" \ ); #endif /*-----------------------------------------------------------*/