This commit is contained in:
=
2019-04-17 15:59:38 -05:00
parent 072f0bf83f
commit bf5cb27f4e
3 changed files with 2 additions and 2 deletions

View File

View File

4
main.c
View File

@ -7,7 +7,7 @@
#include <avr/io.h>
#include "FreeRTOS.h"
#include "task.h"
#include "apptasks.h"
#define mainLED_TASK_PRIORITY (tskIDLE_PRIORITY)
#define mainLED_TASK_PRIORITY (tskIDLE_PRIORITY+1)
@ -15,7 +15,7 @@
// #define mainNEXT_TASK_3 (tskIDLE_PRIORITY+3)
// TODO: Research moving vLEDFlashTask method to tasks.c
// TODO: Research moving vLEDFlashTask method to apptasks.c
void vLEDFlashTask(void *pvParms)
{
vLEDInit();