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.
This commit is contained in:
Karl Palsson 2020-03-04 23:24:02 +00:00
parent 2ca56f4c21
commit f1073e7991
1 changed files with 1 additions and 1 deletions

View File

@ -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