Skip to content

Commit

Permalink
Clean up readme to keep freertos version consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
matty0005 committed Apr 16, 2023
1 parent c080107 commit 92e4d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/example/demo_freeRTOS_xirq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Download FreeRTOS from the [official GitHub repository](https://github.com/FreeR

Open the makefile from this example folder and configure the `FREERTOS_HOME` variable to point to your FreeRTOS home folder.

FREERTOS_HOME ?= /mnt/n/Projects/FreeRTOSv10.4.1
FREERTOS_HOME ?= /mnt/n/Projects/FreeRTOS

Compile the NEORV32 executable. Do not forget the `RUN_FREERTOS_DEMO` switch.

Expand Down

0 comments on commit 92e4d6f

Please sign in to comment.