summaryrefslogtreecommitdiff
path: root/Libraries/Button/button_task.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-03-05 20:20:45 +0300
committerOxore <oxore@protonmail.com>2023-03-05 20:20:45 +0300
commitea807de65b0485ac58b6eae576209c64d4d5c4e9 (patch)
treeb4264d20e1d700cfd9e0ece9d847a825dd1dfc03 /Libraries/Button/button_task.h
parentdd01e7ed22cea652061f0d12cecf929e04b285e9 (diff)
Split app code and third party libraries
Diffstat (limited to 'Libraries/Button/button_task.h')
-rw-r--r--Libraries/Button/button_task.h8
1 files changed, 0 insertions, 8 deletions
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