Skip to content

Commit 23a9a24

Browse files
committed
Updated filename.
1 parent 4afbe32 commit 23a9a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In the FreeRTOS configuration header file `FreeRTOSConfig.h`, you can add and co
3232
#define INCLUDE_uxTaskGetStackHighWaterMark 1
3333

3434
/* Use MicroTBX assertion in FreeRTOS. */
35-
#include "tbxfreertos.h" /* <---- ADD THIS LINE */
35+
#include "tbx_freertos.h" /* <---- ADD THIS LINE */
3636

3737
#endif /* FREERTOS_CONFIG_H */
3838
```

0 commit comments

Comments
 (0)