summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt11
1 files changed, 2 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 113b3a1..19748b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -57,7 +57,7 @@ set(nixie_clock_sources
"third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_adc.c"
#"third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_i2c.c"
"third_party/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_usart.c"
- "third_party/Time/time.c"
+ "app/time/time.c"
"app/indicate/indicate_modes_task.c"
"app/button/button_handler.c"
"app/button/button_task.c"
@@ -95,15 +95,8 @@ target_include_directories(${PROJECT_NAME} PRIVATE
"third_party/FreeRTOS/include"
"third_party/TouchSense"
"third_party/STM32F0xx_StdPeriph_Driver/inc"
- "third_party/Time"
+ "app/time"
"app"
- "app/nixie_driver"
- "app/ltimers"
- "app/head_task"
- "app/indicate"
- "app/light_sensor"
- "app/button"
- "app/led_driver"
"app/platform/stm32f0-gcc/freertos"
)