summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-03-07 18:17:44 +0300
committerOxore <oxore@protonmail.com>2023-03-07 18:17:44 +0300
commitac69a640ba9dde383b9c3ddca59c3d6d14ea5b2e (patch)
treeb9618bcef17285bff2163a68ad9ee2e4c1bf8507 /CMakeLists.txt
parent0e36e3f05a81fe7fdd1c008a5f46503e68f85f7b (diff)
Move retarget.cpp to where it belongs
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 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"