mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 05:24:30 +01:00
adapt mesh app to use mesh plugin
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#define _TASK_SLEEP_ON_IDLE_RUN
|
||||
#define _TASK_STD_FUNCTION
|
||||
#define _TASK_PRIORITY
|
||||
|
||||
#include <TaskSchedulerDeclarations.h>
|
||||
//#include <TaskScheduler.h>
|
||||
@@ -45,7 +46,6 @@ class Sprocket : public Mediator {
|
||||
|
||||
void addPlugin(Plugin* p);
|
||||
void activatePlugins(Scheduler* scheduler);
|
||||
void dispatchMessageToPlugins(SprocketMessage msg);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user