aboutsummaryrefslogtreecommitdiffstats
path: root/src/simulator
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-06-29 18:48:05 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-06-29 18:48:05 +0200
commitcc0301784156543c7c9bec36b6f42df1d2adba28 (patch)
tree02b0d45518bfc53bafdf011320d4309b7f218ba0 /src/simulator
parentf19631d2a66d01c0cdd85134c5eb63a1da42b34a (diff)
downloadglutte-o-matic-cc0301784156543c7c9bec36b6f42df1d2adba28.tar.gz
glutte-o-matic-cc0301784156543c7c9bec36b6f42df1d2adba28.tar.bz2
glutte-o-matic-cc0301784156543c7c9bec36b6f42df1d2adba28.zip
Change common/ folder structure
Diffstat (limited to 'src/simulator')
-rw-r--r--src/simulator/Makefile2
-rw-r--r--src/simulator/src/Core/FreeRTOSConfig.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/simulator/Makefile b/src/simulator/Makefile
index 615765b..a93e741 100644
--- a/src/simulator/Makefile
+++ b/src/simulator/Makefile
@@ -43,7 +43,7 @@ C_FILES += $(SRC_SOURCES)
INCLUDES += -I$(SRCROOT)/Source/include
INCLUDES += -I$(SRCROOT)/Source/portable/GCC/POSIX/
INCLUDES += -I$(SRCROOT)/src/Core
-INCLUDES += -I$(SRCROOT)/../common/includes/
+INCLUDES += -I$(SRCROOT)/../common/
INCLUDES += -I$(SRCROOT)
# Generate OBJS names
diff --git a/src/simulator/src/Core/FreeRTOSConfig.h b/src/simulator/src/Core/FreeRTOSConfig.h
index 19086b7..a262c24 100644
--- a/src/simulator/src/Core/FreeRTOSConfig.h
+++ b/src/simulator/src/Core/FreeRTOSConfig.h
@@ -1,4 +1,3 @@
-#include "../../../common/src/Core/FreeRTOSConfig.h"
-
+#include "Core/FreeRTOSConfig.h"
#define configCHECK_FOR_STACK_OVERFLOW 0 /* Do not use this option on the PC port. */