FreeRTOS - Memory Management
Given the code snippet:
What does this code output?
UBaseType_t freeStack = uxTaskGetStackHighWaterMark(NULL);
printf("Free stack: %u\n", freeStack);
What does this code output?
