mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-05 07:54:18 +01:00
relay: constexpr is already const
This commit is contained in:
@@ -581,7 +581,7 @@ struct RelayTristateHelper {
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
constexpr const std::array<Enumeration<T>, 3> RelayTristateHelper<T>::Options;
|
||||
constexpr std::array<Enumeration<T>, 3> RelayTristateHelper<T>::Options;
|
||||
|
||||
alignas(4) static constexpr char PayloadStatusOff[] PROGMEM = "off";
|
||||
alignas(4) static constexpr char PayloadStatusOn[] PROGMEM = "on";
|
||||
|
||||
Reference in New Issue
Block a user