mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 05:24:30 +01:00
add network as member of Sprocket
This commit is contained in:
@@ -17,6 +17,7 @@ struct SprocketConfig {
|
||||
class Sprocket {
|
||||
protected:
|
||||
Scheduler scheduler;
|
||||
Network* network;
|
||||
public:
|
||||
SprocketConfig config;
|
||||
Sprocket();
|
||||
|
||||
Reference in New Issue
Block a user