mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-12 17:59:50 +01:00
Add const keyword to method parameters
This commit is contained in:
@@ -19,7 +19,7 @@ private:
|
||||
void setLoop();
|
||||
void outputLoop();
|
||||
|
||||
void setLed(uint8_t ledNo, bool ledState);
|
||||
void setLed(const uint8_t ledNo, const bool ledState);
|
||||
|
||||
Task _setTask;
|
||||
Task _outputTask;
|
||||
|
||||
Reference in New Issue
Block a user