adapt mesh app to use mesh plugin

This commit is contained in:
2018-11-08 14:48:17 +01:00
parent c75c4f24f3
commit fe31397b2b
10 changed files with 44 additions and 46 deletions

View File

@@ -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