1
0
forked from fsfw/fsfw

size_t uint16_t corrections

This commit is contained in:
2020-05-15 19:51:39 +02:00
parent 1fb87db82e
commit eb5832180b
4 changed files with 6 additions and 5 deletions

View File

@ -183,7 +183,7 @@ public:
* @param pData
* @param dataLen
*/
void setApplicationData(const uint8_t * pData, size_t dataLen);
void setApplicationData(const uint8_t * pData, uint16_t dataLen);
/**
* This is a debugging helper method that prints the whole packet content
* to the screen.