1
0
forked from fsfw/fsfw

moved no comamnd and raw command to device handler IF

This commit is contained in:
2020-12-23 20:17:10 +01:00
parent e94238762f
commit dcc111e4fa
3 changed files with 4 additions and 5 deletions

View File

@ -575,8 +575,6 @@ protected:
static const ReturnValue_t CHILD_TIMEOUT = MAKE_RETURN_CODE(0xE0);
static const ReturnValue_t SWITCH_FAILED = MAKE_RETURN_CODE(0xE1);
static const DeviceCommandId_t RAW_COMMAND_ID = -1;
static const DeviceCommandId_t NO_COMMAND_ID = -2;
static const MessageQueueId_t NO_COMMANDER = 0;
/** Pointer to the raw packet that will be sent.*/