We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afbe32 commit 23a9a24Copy full SHA for 23a9a24
docs/extra.md
@@ -32,7 +32,7 @@ In the FreeRTOS configuration header file `FreeRTOSConfig.h`, you can add and co
32
#define INCLUDE_uxTaskGetStackHighWaterMark 1
33
34
/* Use MicroTBX assertion in FreeRTOS. */
35
-#include "tbxfreertos.h" /* <---- ADD THIS LINE */
+#include "tbx_freertos.h" /* <---- ADD THIS LINE */
36
37
#endif /* FREERTOS_CONFIG_H */
38
```
0 commit comments