From 7a0b96bf5c46521d6d8d2b527eb7099420a97aad Mon Sep 17 00:00:00 2001 From: Oxore Date: Thu, 9 Mar 2023 02:43:56 +0300 Subject: Init NVIC alongside with UARTs --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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 ) -- cgit v1.2.3