small bugfix

This commit is contained in:
Robin Müller 2020-11-21 00:15:31 +01:00
parent 7d83767c2b
commit 1cc0847bb5

View File

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