diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2024-10-18 00:05:30 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-10-27 19:51:01 +0100 |
| commit | 57b6db8b2a24e7303b79ea5439df655317af0196 (patch) | |
| tree | 711ffa3072f4cff73cd32fccff21669bf85606d9 /src/main.cpp | |
| parent | 00769625881e318e6fe29e926c7bd944c5f049bd (diff) | |
Remove OnTouchEvent
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 84f30eef..24f13cad 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -168,7 +168,7 @@ std::chrono::time_point<std::chrono::system_clock, std::chrono::nanoseconds> NoI void nrfx_gpiote_evt_handler(nrfx_gpiote_pin_t pin, nrf_gpiote_polarity_t action) { if (pin == Pinetime::PinMap::Cst816sIrq) { - systemTask.OnTouchEvent(); + systemTask.PushMessage(Pinetime::System::Messages::OnTouchEvent); return; } |
