1
0
forked from fsfw/fsfw

last size_t replacements

This commit is contained in:
2020-05-07 23:38:28 +02:00
parent 33eae034c7
commit 614deea323
3 changed files with 5 additions and 4 deletions

View File

@ -301,8 +301,8 @@ protected:
* requested by a command, but should be handled anyway
* (@see also fillCommandAndCookieMap() )
*/
virtual ReturnValue_t scanForReply(const uint8_t *start, uint32_t len,
DeviceCommandId_t *foundId, uint32_t *foundLen) = 0;
virtual ReturnValue_t scanForReply(const uint8_t *start, size_t len,
DeviceCommandId_t *foundId, size_t *foundLen) = 0;
/**
* @brief Interpret a reply from the device.