1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Fix case in library.mk to stop Brian bitching :)

This commit is contained in:
James Cotton 2012-01-08 09:10:56 +01:00
parent ebbe1bd497
commit d39e818ca6

View File

@ -36,7 +36,7 @@ EXTRAINCDIRS += $(PIOS_DEVLIB)/inc
include $(PIOSCOMMONLIB)/CMSIS2/library.mk
CMSIS2_DEVICEDIR := $(PIOS_DEVLIB)/Libraries/CMSIS2/Device/ST/STM32F4xx
SRC += $(wildcard $(CMSIS2_DEVICEDIR)/Source/*.c)
EXTRAINCDIRS += $(CMSIS2_DEVICEDIR)/Include
EXTRAINCDIRS += $(CMSIS2_DEVICEDIR)/include
#
# ST Peripheral library