rename message type

This commit is contained in:
2018-09-10 01:01:45 +02:00
parent 58232bdacf
commit 622074df2c
7 changed files with 15 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ class Sprocket {
void addPlugin(Plugin* p);
void activatePlugins(Scheduler* scheduler, Network* network);
void dispatchMessageToPlugins(MeshMessage msg);
void dispatchMessageToPlugins(SprocketMessage msg);
};
#endif