diff options
| author | Nathan Conrad <[email protected]> | 2019-11-03 15:25:07 -0500 |
|---|---|---|
| committer | Nathan Conrad <[email protected]> | 2019-11-03 15:25:55 -0500 |
| commit | cebc06681315cab60febe057e0b1e9e197518316 (patch) | |
| tree | 1b607868050f08123c23bbaa342eb783dd81198d | |
| parent | 5839159742eab86f0755a4168d508444a3c85fc9 (diff) | |
Add UART HAL source file to stm32f070 makefile.
| -rw-r--r-- | hw/bsp/stm32f070rbnucleo/board.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/stm32f070rbnucleo/board.mk b/hw/bsp/stm32f070rbnucleo/board.mk index 42394d1ad..f930f6a85 100644 --- a/hw/bsp/stm32f070rbnucleo/board.mk +++ b/hw/bsp/stm32f070rbnucleo/board.mk @@ -24,8 +24,8 @@ SRC_C += \ $(ST_HAL_DRIVER)/Src/stm32f0xx_hal_cortex.c \ $(ST_HAL_DRIVER)/Src/stm32f0xx_hal_rcc.c \ $(ST_HAL_DRIVER)/Src/stm32f0xx_hal_rcc_ex.c \ - $(ST_HAL_DRIVER)/Src/stm32f0xx_hal_gpio.c - + $(ST_HAL_DRIVER)/Src/stm32f0xx_hal_gpio.c \ + $(ST_HAL_DRIVER)/Src/stm32f0xx_hal_uart.c SRC_S += \ $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f070xb.s |
