mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-06 04:44:50 +01:00
Use references instead of pointers whenver possible
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
class LedSingleClass {
|
||||
public:
|
||||
LedSingleClass();
|
||||
void init(Scheduler* scheduler);
|
||||
void init(Scheduler& scheduler);
|
||||
|
||||
void turnAllOff();
|
||||
void turnAllOn();
|
||||
|
||||
Reference in New Issue
Block a user