Skip to content

Commit b68e96c

Browse files
authored
Update makefile
1 parent e2e9891 commit b68e96c

File tree

1 file changed

+2
-2
lines changed
  • arc_design_contest/2018/HUST_inverted_pendulum/scr

1 file changed

+2
-2
lines changed

arc_design_contest/2018/HUST_inverted_pendulum/scr/makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ OS_SEL ?= freertos
77
#
88
# root dir of embARC
99
#
10-
EMBARC_ROOT = ../../..
10+
EMBARC_ROOT = ../../../../..
1111

1212
MID_SEL = common fatfs
1313

@@ -24,4 +24,4 @@ COMMON_COMPILE_PREREQUISITES += makefile
2424
### Options above must be added before include options.mk ###
2525
# include key embARC build system makefile
2626
override EMBARC_ROOT := $(strip $(subst \,/,$(EMBARC_ROOT)))
27-
include $(EMBARC_ROOT)/options/options.mk
27+
include $(EMBARC_ROOT)/options/options.mk

0 commit comments

Comments
 (0)