diff --git a/ferry-tempo/lib/fow/LightHelper.h b/ferry-tempo/lib/fow/LightHelper.h index 77e493e..f5ee146 100644 --- a/ferry-tempo/lib/fow/LightHelper.h +++ b/ferry-tempo/lib/fow/LightHelper.h @@ -49,7 +49,7 @@ class LightHelper { Modes mode; Directions direction; - static const double blinkDuration = 800; // In milleseconds + static constexpr double blinkDuration = 800; // In milleseconds const int redIntensity; const int greenIntensity;