@ -242,6 +242,7 @@ void Main(void)
while (1)
{
#if 0
// Mask interrupts
__asm volatile ("cpsid i");
if (!g_next_time_slice)
@ -250,6 +251,7 @@ void Main(void)
__asm volatile ("wfi":::"memory");
// Unmask interrupts
__asm volatile ("cpsie i");
#endif
APP_process();
The note is not visible to the blocked user.