From 6541af617077991bd056ddcfe1268ddfd03b89fd Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Mon, 1 May 2023 20:56:56 +0200 Subject: [PATCH] Support TimerController rename to Timer Improvement done in https://github.com/InfiniTimeOrg/InfiniTime/pull/1650 --- CMakeLists.txt | 6 +++--- InfiniTime | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f2f1ba2..e499b5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -214,10 +214,10 @@ target_sources(infinisim PUBLIC ${InfiniTime_DIR}/src/displayapp/InfiniTimeTheme.h ) -if(EXISTS ${InfiniTime_DIR}/src/wrappers/FreeRTOS/Timer.h) +if(EXISTS ${InfiniTime_DIR}/src/components/timer/Timer.h) target_sources(infinisim PUBLIC - ${InfiniTime_DIR}/src/wrappers/FreeRTOS/Timer.h - ${InfiniTime_DIR}/src/wrappers/FreeRTOS/Timer.cpp + ${InfiniTime_DIR}/src/components/timer/Timer.h + ${InfiniTime_DIR}/src/components/timer/Timer.cpp ) else() target_compile_definitions(infinisim PUBLIC INFINITIME_TIMERCONTROLLER) diff --git a/InfiniTime b/InfiniTime index 238a829..40f7e1c 160000 --- a/InfiniTime +++ b/InfiniTime @@ -1 +1 @@ -Subproject commit 238a829577c71dc9cfc5d96d01d098e47c9508ef +Subproject commit 40f7e1c7be6882e01058b5ccf64d5005c6105346