diff options
Diffstat (limited to 'testhal/STM32F1xx/SDIO/Makefile')
-rw-r--r-- | testhal/STM32F1xx/SDIO/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F1xx/SDIO/Makefile b/testhal/STM32F1xx/SDIO/Makefile index c56c5eadb..71c4ec604 100644 --- a/testhal/STM32F1xx/SDIO/Makefile +++ b/testhal/STM32F1xx/SDIO/Makefile @@ -204,4 +204,4 @@ ifeq ($(USE_FWLIB),yes) USE_OPT += -DUSE_STDPERIPH_DRIVER
endif
-include $(CHIBIOS)/os/ports/GCC/ARM/rules.mk
+include $(CHIBIOS)/os/ports/GCC/ARMCMx/rules.mk
|