diff --git a/platforms/posix/bsp/bspInterruptsImpl/src/interrupts/suspendResumeAllInterrupts.cpp b/platforms/posix/bsp/bspInterruptsImpl/src/interrupts/suspendResumeAllInterrupts.cpp index 335d885103..fca34b2993 100644 --- a/platforms/posix/bsp/bspInterruptsImpl/src/interrupts/suspendResumeAllInterrupts.cpp +++ b/platforms/posix/bsp/bspInterruptsImpl/src/interrupts/suspendResumeAllInterrupts.cpp @@ -17,6 +17,7 @@ OldIntEnabledStatusValueType getOldIntEnabledStatusValueAndSuspendAllInterrupts( // No locks needed. // 2. Inside vTaskStartScheduler(), with interrupts disabled, asyncEnterTask() is called. // We shall not mess with the interrupt logic there. + // Testing treefmt return OldIntEnabledStatusValueType(0); }