From ac69a640ba9dde383b9c3ddca59c3d6d14ea5b2e Mon Sep 17 00:00:00 2001 From: Oxore Date: Tue, 7 Mar 2023 18:17:44 +0300 Subject: Move retarget.cpp to where it belongs --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d1f859..c4a7808 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,7 @@ set(nixie_clock_sources "app/main.c" "app/stm32f0xx_it.c" "app/system_stm32f0xx.c" - "app/platform/retarget.cpp" + "app/platform/stm32f0-gcc/retarget.cpp" "app/platform/stm32f0-gcc/freertos/port.c" "app/platform/stm32f0-gcc/startup/handlers_cm.c" "app/platform/stm32f0-gcc/startup/stack.cpp" -- cgit v1.2.3