diff options
Diffstat (limited to 'src/main/main.cpp')
| -rw-r--r-- | src/main/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp index b8dd90c5..ac2f6ed8 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -19,6 +19,6 @@ extern "C" void app_main(void) { auto& queue = events::EventQueue::GetInstance(); while (1) { - queue.Service(portMAX_DELAY); + queue.ServiceSystem(portMAX_DELAY); } } |
