diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-07-13 18:54:01 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-07-13 18:54:01 (GMT) |
| commit | d15509f14e4cbc0de6c7d51cd2eb0953eef7537a (patch) | |
| tree | 120e45f628654821db0fc141e550bb0feac34e3d /src/main.cpp | |
| parent | af10747c94080123a5847d5258c2cfeb7ec317cb (diff) | |
| parent | e2efb193c4af3b6f447e82be0d29ceccd734c507 (diff) | |
Merge branch 'Riksu9000-lvgl_use_system_tick' into develop
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.cpp b/src/main.cpp index 1b7015a..ffbba5e 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); |
