We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e9891 commit b68e96cCopy full SHA for b68e96c
arc_design_contest/2018/HUST_inverted_pendulum/scr/makefile
@@ -7,7 +7,7 @@ OS_SEL ?= freertos
7
#
8
# root dir of embARC
9
10
-EMBARC_ROOT = ../../..
+EMBARC_ROOT = ../../../../..
11
12
MID_SEL = common fatfs
13
@@ -24,4 +24,4 @@ COMMON_COMPILE_PREREQUISITES += makefile
24
### Options above must be added before include options.mk ###
25
# include key embARC build system makefile
26
override EMBARC_ROOT := $(strip $(subst \,/,$(EMBARC_ROOT)))
27
-include $(EMBARC_ROOT)/options/options.mk
+include $(EMBARC_ROOT)/options/options.mk
0 commit comments