mirror of
https://github.com/johncobb/avr_328p_freertos.git
synced 2025-07-07 15:41:02 +03:00
cleanup
This commit is contained in:
4
main.c
4
main.c
@ -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();
|
||||
|
Reference in New Issue
Block a user