diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | app/platform/stm32f0-gcc/retarget.cpp (renamed from app/platform/retarget.cpp) | 0 |
2 files changed, 1 insertions, 1 deletions
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" diff --git a/app/platform/retarget.cpp b/app/platform/stm32f0-gcc/retarget.cpp index 524840e..524840e 100644 --- a/app/platform/retarget.cpp +++ b/app/platform/stm32f0-gcc/retarget.cpp |