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