diff --git a/docs/source/How_to/CompileMakefile.md b/docs/source/How_to/CompileMakefile.md index 972c93f8e..9e4ea873d 100644 --- a/docs/source/How_to/CompileMakefile.md +++ b/docs/source/How_to/CompileMakefile.md @@ -70,7 +70,7 @@ This will create the executable file to be loaded in your target system (ASIC, F Remember that, `X-HEEP` is using CMake to compile and link. Thus, the generated files after having compiled and linked are under `sw\build` -## FreeROTS based applications +## FreeRTOS based applications 'X-HEEP' supports 'FreeRTOS' based applications. Please see `sw\applications\example_freertos_blinky`.