constexpr

v0.1.0-UIP
Hideaki Tai 5 years ago
parent 64be940b31
commit d6a2a42b7a

@ -100,7 +100,7 @@ namespace arduino
constexpr float DEFAULT_FPS { 40. };
constexpr uint32_t DEFAULT_INTERVAL_MS { (uint32_t)(1000. / DEFAULT_FPS) };
static const uint8_t NUM_PIXELS_PER_UNIV { 170 };
static constexpr uint8_t NUM_PIXELS_PER_UNIV { 170 };
#ifdef __AVR__
template <uint16_t SIZE>

Loading…
Cancel
Save