aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-02-01 17:30:02 +0100
committerJoel Bodenmann <joel@unormal.org>2014-02-01 17:30:02 +0100
commit42f96a10c5eed41dcebc039e255dd8b8466a9a76 (patch)
treec4c183430ce29e63813f527e8c19294a4d3a864b /include
parent6e893c7efd56a89b452e84421f5235e5cbaf6867 (diff)
downloaduGFX-42f96a10c5eed41dcebc039e255dd8b8466a9a76.tar.gz
uGFX-42f96a10c5eed41dcebc039e255dd8b8466a9a76.tar.bz2
uGFX-42f96a10c5eed41dcebc039e255dd8b8466a9a76.zip
some cleanup
Diffstat (limited to 'include')
-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 */