diff --git a/libsrc/bootsequence/KittBootSequence.h b/libsrc/bootsequence/KittBootSequence.h index e6aba761..d5ea8c25 100644 --- a/libsrc/bootsequence/KittBootSequence.h +++ b/libsrc/bootsequence/KittBootSequence.h @@ -46,9 +46,9 @@ private: std::vector _ledColors; /// Direction the red-light is currently moving - bool _forwardMove = true; + bool _forwardMove; /// The location of the current red-light - unsigned _currentLight = 0; + unsigned _currentLight; /// Moves the current light to the next (increase or decrease depending on direction) void moveNextLight();