summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-03-09 02:43:56 +0300
committerOxore <oxore@protonmail.com>2023-03-09 02:43:56 +0300
commit7a0b96bf5c46521d6d8d2b527eb7099420a97aad (patch)
tree54b1d67b84d56f542b8733e6546eac21207ab765 /CMakeLists.txt
parent03c9475bc378171a1018c4e56cc453844ddd2b08 (diff)
Init NVIC alongside with UARTs
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5d89e4e..af639db 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -128,7 +128,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE
)
target_compile_definitions(${PROJECT_NAME} PRIVATE
- STM32F0XX=1
+ STM32F072=1
LED_DRIVER=1
__FREERTOS__=1
)