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:
@@ -9,6 +9,6 @@ class ExampleTaskIf : public GwApi::TaskInterfaces::Base{
|
||||
long count=0;
|
||||
String someValue;
|
||||
};
|
||||
DECLARE_TASKIF(exampleTask,ExampleTaskIf);
|
||||
DECLARE_TASKIF(ExampleTaskIf);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user