diff options
Diffstat (limited to 'testhal/STM32/multi/PAL/make/stm32f051_discovery')
-rw-r--r-- | testhal/STM32/multi/PAL/make/stm32f051_discovery | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/multi/PAL/make/stm32f051_discovery b/testhal/STM32/multi/PAL/make/stm32f051_discovery index c86e143bd..e8bb01915 100644 --- a/testhal/STM32/multi/PAL/make/stm32f051_discovery +++ b/testhal/STM32/multi/PAL/make/stm32f051_discovery @@ -84,7 +84,7 @@ PROJECT = ch CHIBIOS := ../../../..
CONFDIR := ./cfg/stm32f051_discovery
BUILDDIR := ./build/stm32f051_discovery
-DEPDIR := ./.dep-stm32f051_discovery
+DEPDIR := ./.dep/stm32f051_discovery
# Licensing files.
include $(CHIBIOS)/os/license/license.mk
|