1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-14 06:23:07 +01:00

remove task from declare_taskif

This commit is contained in:
andreas
2023-10-27 20:29:16 +02:00
parent 34dd3434fe
commit a6c1511298
4 changed files with 9 additions and 10 deletions

View File

@@ -14,6 +14,6 @@ public:
ButtonState state=OFF;
long pressCount=0;
};
DECLARE_TASKIF(handleButtons,IButtonTask);
DECLARE_TASKIF(IButtonTask);
#endif