[TL] Changed type to size_t
This commit is contained in:
parent
422e4ee7b1
commit
eabbf9e5af
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class TransportLayer {
|
|||
|
||||
\returns \ref status_codes
|
||||
*/
|
||||
virtual int16_t send(uint8_t* data, uint32_t len) = 0;
|
||||
virtual int16_t send(uint8_t* data, size_t len) = 0;
|
||||
|
||||
/*!
|
||||
\brief Receive data.
|
||||
|
|
Loading…
Add table
Reference in a new issue