convert usart.c to cpp class

This commit is contained in:
2024-12-16 11:36:03 +01:00
parent e27ae40884
commit 7b7e783d68
8 changed files with 55 additions and 153 deletions

View File

@@ -22,7 +22,6 @@ target_include_directories(stm32cubemx INTERFACE
target_sources(stm32cubemx INTERFACE
../../Core/Src/gpio.c
../../Core/Src/usart.c
../../Core/Src/stm32f4xx_it.c
../../Core/Src/stm32f4xx_hal_msp.c
../../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c