FreeRTOS - Task Notifications
What will be the value of
count after this code runs?uint32_t count = ulTaskNotifyTake(pdTRUE, 0); // Notification count was 5 before call
