diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-07-20 15:30:07 +0200 |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2021-07-20 15:30:07 +0200 |
| commit | db784fc2fb4e9095f3c1a0168a4b6978e8bfa76d (patch) | |
| tree | 84bbed8c3a9ae57ad2fdbe92b0f61e8eadbc5fbc /src/main.cpp | |
| parent | 5c183bef8549368ca8709f98215d52f8e150ad57 (diff) | |
| parent | 57b339707861c5688f5d432f1506a99df6bb0fce (diff) | |
Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpicker
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 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); |
