diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-07-07 12:47:47 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-07-07 12:47:47 (GMT) |
| commit | 99e26bdd4cbafcdeec815ce6435f1830f1d74816 (patch) | |
| tree | d6638c5680daf0a76ba558d242160840d296a924 /src/main.cpp | |
| parent | 61a4642221fc9fcab6889221e7bf9c29778589f2 (diff) | |
LVGL use system tick
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 5832a78..ebdf017 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -175,13 +175,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); |
