Browse Source

stm32h7:usart: add common file to build

Without the common core, you couldn't actually link a project using the
usart peripherals.

Fixes: https://github.com/libopencm3/libopencm3/pull/1464
pull/1458/head
Karl Palsson 2 years ago
parent
commit
8bc483746b
  1. 2
      lib/stm32/h7/Makefile

2
lib/stm32/h7/Makefile

@ -48,7 +48,7 @@ OBJS += rcc_common_all.o
OBJS += rng_common_v1.o
OBJS += spi_common_all.o spi_common_v2.o
OBJS += timer_common_all.o
OBJS += usart_common_v2.o usart_common_fifos.o
OBJS += usart_common_all.o usart_common_v2.o usart_common_fifos.o
OBJS += quadspi_common_v1.o
VPATH += ../../usb:../:../../cm3:../common

Loading…
Cancel
Save