From 820f1c36417ad525bc7f6a1ae3be1ff43c90dc6c Mon Sep 17 00:00:00 2001 From: Sami Korhonen Date: Fri, 21 Oct 2016 13:25:30 +0300 Subject: [PATCH] Fix? AnyFC-F7 travis-ci --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b388801ebc..d7f47c9571 100644 --- a/Makefile +++ b/Makefile @@ -345,7 +345,7 @@ VPATH := $(VPATH):$(CMSIS_DIR)/CM7/Include:$(CMSIS_DIR)/CM7/Device/ST/ CMSIS_SRC = $(notdir $(wildcard $(CMSIS_DIR)/CM7/Include/*.c \ $(CMSIS_DIR)/CM7/Device/ST/STM32F7xx/*.c)) INCLUDE_DIRS := $(INCLUDE_DIRS) \ - $(STDPERIPH_DIR)/inc \ + $(STDPERIPH_DIR)/Inc \ $(USBCORE_DIR)/Inc \ $(USBCDC_DIR)/Inc \ $(CMSIS_DIR)/CM7/Include \