Skip to content

Commit 0d8b5d7

Browse files
committed
Merge pull request AeroQuad#251 from kh4/master
AQ32: fix libmaple bath in Makefile
2 parents 176c3d0 + e80a695 commit 0d8b5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: BuildAQ32/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ ifeq ($(BUILDTYPE), STM32)
127127
F_CPU = 168000000
128128
endif
129129

130-
LIB_MAPLE_HOME = ../../libmaple
130+
LIB_MAPLE_HOME = ../Libmaple/libmaple
131131
SRCROOT := $(LIB_MAPLE_HOME)
132132
SUPPORT_PATH := $(SRCROOT)/support
133133
LDDIR := $(SUPPORT_PATH)/ld

0 commit comments

Comments
 (0)