diff options
author | Oxore <oxore@protonmail.com> | 2023-03-07 18:17:44 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-03-07 18:17:44 +0300 |
commit | ac69a640ba9dde383b9c3ddca59c3d6d14ea5b2e (patch) | |
tree | b9618bcef17285bff2163a68ad9ee2e4c1bf8507 /CMakeLists.txt | |
parent | 0e36e3f05a81fe7fdd1c008a5f46503e68f85f7b (diff) |
Move retarget.cpp to where it belongs
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 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" |