FreeRTOS - Interrupt Management
Examine this FreeRTOS code snippet:
taskENTER_CRITICAL(); sharedCount++; // No taskEXIT_CRITICAL() calledWhat issue does this cause?
