This commit is contained in:
2023-01-09 15:32:52 +01:00
parent d570fae5f0
commit 26d010c6f0
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ class MoveControl {
*
* @param delay_ time in Milliseconds
*/
void setDelay(uint8_t delay_) { delay = delay_; }
void setDelay(uint8_t delay) { this->delay = delay; }
private:
/**