From bf5cb27f4ea543b54f3010aa5422373e91f6cfe1 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 17 Apr 2019 15:59:38 -0500 Subject: [PATCH] cleanup --- tasks.c => apptasks.c | 0 tasks.h => apptasks.h | 0 main.c | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename tasks.c => apptasks.c (100%) rename tasks.h => apptasks.h (100%) diff --git a/tasks.c b/apptasks.c similarity index 100% rename from tasks.c rename to apptasks.c diff --git a/tasks.h b/apptasks.h similarity index 100% rename from tasks.h rename to apptasks.h diff --git a/main.c b/main.c index 231bf66..fc201d4 100644 --- a/main.c +++ b/main.c @@ -7,7 +7,7 @@ #include #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();