diff --git a/src/config_passthrough.hpp b/src/config_passthrough.hpp index 721abcbc..68b785ce 100644 --- a/src/config_passthrough.hpp +++ b/src/config_passthrough.hpp @@ -23,6 +23,6 @@ #include "enum.hpp" -BETTER_ENUM(PassthroughEnum, uint8_t, off, r, w, ro, wo, rw); +BETTER_ENUM(PassthroughEnum, uint8_t, false, true); typedef Enum Passthrough;