Last active
April 25, 2017 09:35
-
-
Save maximzakharov/c6d888183dff00bca4ea1c40bad7b63b to your computer and use it in GitHub Desktop.
Узнать свободную память у задачи по ее имени
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| printf("byte = %d\n", (int)uxTaskGetStackHighWaterMark(xTaskGetHandle(TCPIP_THREAD_NAME))); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment