FreeRTOS - Debugging and Monitoring
Given the following code snippet, what will be the output if the task's minimum free stack space was 50 words?
UBaseType_t highWaterMark = uxTaskGetStackHighWaterMark(NULL);
printf("High water mark: %u\n", highWaterMark);