FreeRTOS - Debugging and Monitoring
Identify the error in this code snippet intended to get the stack high water mark of a task named myTaskHandle:
UBaseType_t mark = uxTaskGetStackHighWaterMark(myTaskHandle);Assume myTaskHandle is a valid task handle.
