diff options
Diffstat (limited to 'src/simulator')
-rw-r--r-- | src/simulator/Makefile | 2 | ||||
-rw-r--r-- | src/simulator/src/Core/FreeRTOSConfig.h | 3 |
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. */ |