[TL] Changed type to size_t

This commit is contained in:
jgromes 2020-07-06 17:16:53 +02:00
parent 422e4ee7b1
commit eabbf9e5af

View file

@ -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.