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