Use UART driver

This commit is contained in:
Thomas Klaehn
2021-01-08 10:21:58 +01:00
parent f94f7f0d68
commit cca848eec0
2 changed files with 9 additions and 36 deletions

View File

@@ -8,6 +8,7 @@ BUILD_DIR = _build
CC_SOURCES = \
Core/main.cc \
platform/stm32g0xx/Gpio.cc \
platform/stm32g0xx/Uart.cc
C_SOURCES = \
platform/stm32g0xx/stm32g0xx_it.c \