1
0
forked from fsfw/fsfw

app data len uint16_t, full length size_t

This commit is contained in:
2020-05-15 19:50:51 +02:00
parent 24bfbfbd33
commit 3f71babfa9
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.