NO_COMMANDER was not using NO_QUEUE in DHB

This commit is contained in:
Steffen Gaisser 2021-06-15 16:47:24 +02:00
parent 2684e82c7f
commit bd7c13ff7e
Signed by: gaisser
GPG Key ID: 83D8D0FE95C319A6
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ protected:
static const ReturnValue_t CHILD_TIMEOUT = MAKE_RETURN_CODE(0xE0);
static const ReturnValue_t SWITCH_FAILED = MAKE_RETURN_CODE(0xE1);
static const MessageQueueId_t NO_COMMANDER = 0;
static const MessageQueueId_t NO_COMMANDER = MessageQueueIF::NO_QUEUE;
//! Pointer to the raw packet that will be sent.
uint8_t *rawPacket = nullptr;