summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-07-13 20:53:40 +0200
committerJean-François Milants <jf@codingfield.com>2021-07-13 20:53:40 +0200
commite2efb193c4af3b6f447e82be0d29ceccd734c507 (patch)
tree120e45f628654821db0fc141e550bb0feac34e3d /src/main.cpp
parentaf10747c94080123a5847d5258c2cfeb7ec317cb (diff)
parent99e26bdd4cbafcdeec815ce6435f1830f1d74816 (diff)
Merge branch 'lvgl_use_system_tick' of https://github.com/Riksu9000/InfiniTime into Riksu9000-lvgl_use_system_tick
# Conflicts: # src/displayapp/screens/BatteryInfo.cpp # src/displayapp/screens/BatteryInfo.h
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1b7015aa..ffbba5e7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -178,13 +178,6 @@ void nrfx_gpiote_evt_handler(nrfx_gpiote_pin_t pin, nrf_gpiote_polarity_t action
portYIELD_FROM_ISR(xHigherPriorityTaskWoken);
}
-extern "C" {
-void vApplicationIdleHook(void) {
- if (!isFactory)
- lv_tick_inc(1);
-}
-}
-
void DebounceTimerChargeCallback(TimerHandle_t xTimer) {
xTimerStop(xTimer, 0);
systemTask.PushMessage(Pinetime::System::Messages::OnChargingEvent);