Skip to content

Commit 1ea988a

Browse files
authored
Correcting FreeRTOS900 examples
The examples were still including the 821 version of FreeRTOS, so changing them to include the right one.
1 parent 0a9d06b commit 1ea988a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STM32F1/libraries/FreeRTOS900/examples/rtos_blink/rtos_blink.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//#include <wirish/wirish.h>
22
//#include "libraries/FreeRTOS/MapleFreeRTOS.h"
3-
#include <MapleFreeRTOS821.h>
3+
#include <MapleFreeRTOS900.h>
44

55
static void vLEDFlashTask(void *pvParameters) {
66
for (;;) {

0 commit comments

Comments
 (0)