ADD isr queue

This commit is contained in:
fastium
2024-12-17 15:37:16 +01:00
parent 7b5bcfc35e
commit c4ff5361e9
2 changed files with 8 additions and 0 deletions

View File

@@ -76,6 +76,10 @@ BikeSystem::BikeSystem() :
void BikeSystem::start() {
// new thread dedicated for ISRs with its event queue
tr_info("Starting Super-Loop with event handling");
init();