From ea807de65b0485ac58b6eae576209c64d4d5c4e9 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 5 Mar 2023 20:20:45 +0300 Subject: Split app code and third party libraries --- Libraries/Button/button_task.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Libraries/Button/button_task.h (limited to 'Libraries/Button/button_task.h') diff --git a/Libraries/Button/button_task.h b/Libraries/Button/button_task.h deleted file mode 100644 index c55f8c3..0000000 --- a/Libraries/Button/button_task.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef BUTTON_TASK_INCLUDED -#define BUTTON_TASK_INCLUDED - -#include "stm32f0xx.h" - -void Button_Task ( void *pvParameters ); - -#endif //BUTTON_TASK_INCLUDED \ No newline at end of file -- cgit v1.2.3