From f1073e799132131e317a5fbb85a549e7728342be Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 4 Mar 2020 23:24:02 +0000 Subject: [PATCH] stm32h7: stop attempting to use common usart code. Until h7 implements a method of providing the periph clocks in a compatible manner, they simply can't use the common_all files. --- lib/stm32/h7/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stm32/h7/Makefile b/lib/stm32/h7/Makefile index bfb28cdc..2e71415c 100644 --- a/lib/stm32/h7/Makefile +++ b/lib/stm32/h7/Makefile @@ -45,7 +45,7 @@ OBJS += pwr.o rcc.o OBJS += rcc_common_all.o OBJS += spi_common_all.o spi_common_v2.o OBJS += timer_common_all.o -OBJS += usart_common_all.o usart_common_v2.o usart_common_fifos.o +OBJS += usart_common_v2.o usart_common_fifos.o VPATH += ../../usb:../:../../cm3:../common