minus 1 replacement

This commit is contained in:
Robin Müller 2020-12-01 18:16:26 +01:00
parent 0116bb8663
commit 3fb3039be5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ using DeviceCommandId_t = uint32_t;
*/
class DeviceHandlerIF {
public:
static const DeviceCommandId_t NO_COMMAND = 0xffffffff;
static const DeviceCommandId_t NO_COMMAND = -1;
static const uint8_t TRANSITION_MODE_CHILD_ACTION_MASK = 0x20;
static const uint8_t TRANSITION_MODE_BASE_ACTION_MASK = 0x10;