meier/udp_bridge_embedded_linux #1

Closed
meierj wants to merge 12 commits from meier/udp_bridge_embedded_linux into master
Showing only changes of commit cc51d9ace9 - Show all commits

View File

@ -18,6 +18,8 @@ public:
static const uint8_t TRANSITION_MODE_CHILD_ACTION_MASK = 0x20;
static const uint8_t TRANSITION_MODE_BASE_ACTION_MASK = 0x10;
static constexpr DeviceCommandId_t NO_COMMAND = 0xffffffff;
/**
* @brief This is the mode the <strong>device handler</strong> is in.
*