moved tasks to their own folder

This commit is contained in:
2017-12-16 17:02:16 +01:00
parent 68dc30fccf
commit 90677f2361
6 changed files with 4 additions and 2 deletions
@@ -5,7 +5,7 @@
#include "platform.h"
#include "framework/system_settings.h"
#include "usbd_desc.h"
#include "task_main.h"
#include "tasks/task_main.h"
#include "usbd_msc.h"
#include "usbd_cdc.h"
#include "usbd_msc_cdc.h"
+3 -1
View File
@@ -11,7 +11,8 @@ GEX_SRC_DIR = \
User/units/pin \
User/TinyFrame \
User/CWPack \
User/vfs
User/vfs \
User/tasks
GEX_SOURCES = \
User/USB/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c \
@@ -37,6 +38,7 @@ GEX_INCLUDES = \
-IUser/units/pin \
-IUser/framework \
-IUser/platform \
-IUser/tasks \
-IUser/USB/STM32_USB_Device_Library/Core/Inc \
-IUser/USB/STM32_USB_Device_Library/Class/AUDIO/Inc \
-IUser/USB/STM32_USB_Device_Library/Class/CDC/Inc \
View File
View File
View File
View File