Browse Source

config_passthrough.hpp

passthrough
Antonio SJ Musumeci 7 months ago
parent
commit
e7536e4bbc
  1. 10
      src/config_passthrough.hpp

10
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<PassthroughEnum> Passthrough;
Loading…
Cancel
Save