diff --git a/src/config_passthrough.hpp b/src/config_passthrough.hpp index 4adc8129..7579317e 100644 --- a/src/config_passthrough.hpp +++ b/src/config_passthrough.hpp @@ -23,14 +23,6 @@ #include "enum.hpp" -BETTER_ENUM(BE_Passthrough, uint8_t, off, ro, wo, rw); - -enum class PassthroughEnum - { - OFF, - RO, - WO, - RW - }; +BETTER_ENUM(PassthroughEnum, uint8_t, off, ro, wo, rw); typedef Enum Passthrough;