Skip to content

Commit

Permalink
Merge pull request AeroQuad#251 from kh4/master
Browse files Browse the repository at this point in the history
AQ32: fix libmaple bath in Makefile
  • Loading branch information
Kenny9999 committed Jun 29, 2012
2 parents 176c3d0 + e80a695 commit 0d8b5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildAQ32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ ifeq ($(BUILDTYPE), STM32)
F_CPU = 168000000
endif

LIB_MAPLE_HOME = ../../libmaple
LIB_MAPLE_HOME = ../Libmaple/libmaple
SRCROOT := $(LIB_MAPLE_HOME)
SUPPORT_PATH := $(SRCROOT)/support
LDDIR := $(SUPPORT_PATH)/ld
Expand Down

0 comments on commit 0d8b5d7

Please sign in to comment.