Correcting FreeRTOS900 examples

The examples were still including the 821 version of FreeRTOS, so changing them to include the right one.
This commit is contained in:
victorpv 2017-08-03 11:47:15 -05:00 committed by GitHub
parent 0a9d06b5e5
commit 1ea988a57d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
//#include <wirish/wirish.h>
//#include "libraries/FreeRTOS/MapleFreeRTOS.h"
#include <MapleFreeRTOS821.h>
#include <MapleFreeRTOS900.h>
static void vLEDFlashTask(void *pvParameters) {
for (;;) {