diff options
author | Oxore <oxore@protonmail.com> | 2023-03-04 16:25:06 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-03-04 16:25:06 +0300 |
commit | 29c163578452d111c75c6582a8640cf9946bc6fb (patch) | |
tree | 09075f7715269017a9f1dd2bd9e7475148832eb8 /CMakeLists.txt | |
parent | f47ac9c074f097605b9a4ac8576da687b7ebffb9 (diff) |
USART1 works
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c8edd8a..40efc3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ set(nixie_clock_sources "Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_misc.c" "Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_adc.c" #"Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_i2c.c" - #"Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_usart.c" + "Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_usart.c" "Libraries/LightSensor/light_sensor_task.c" "Libraries/Time/time.c" "Project/src/main.c" |