1
0
forked from fsfw/fsfw

DHB update

This commit is contained in:
2021-06-15 14:52:56 +02:00
parent 4b248740f3
commit aa1bfcbb96
2 changed files with 14 additions and 15 deletions

View File

@ -1195,7 +1195,7 @@ private:
* @foundLen the length of the packet
*/
void handleReply(const uint8_t *data, DeviceCommandId_t id, uint32_t foundLen);
void replyToReply(DeviceReplyMap::iterator iter, ReturnValue_t status);
void replyToReply(DeviceCommandId_t command, DeviceReplyInfo& replyInfo, ReturnValue_t status);
/**
* Build and send a command to the device.