aboutsummaryrefslogtreecommitdiffstats
path: root/include/gos
diff options
context:
space:
mode:
Diffstat (limited to 'include/gos')
-rw-r--r--include/gos/freertos.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/gos/freertos.h b/include/gos/freertos.h
index 3ceb279d..c9d63ec5 100644
--- a/include/gos/freertos.h
+++ b/include/gos/freertos.h
@@ -15,10 +15,10 @@
#if GFX_USE_OS_FREERTOS
-#include "freertos/FreeRTOS.h"
-#include "config/FreeRTOSConfig.h"
-#include "freertos/semphr.h"
-#include "freertos/task.h"
+#include "FreeRTOS.h"
+#include "FreeRTOSConfig.h"
+#include "semphr.h"
+#include "task.h"
/*===========================================================================*/
/* Type definitions */