kopia lustrzana https://github.com/jgromes/RadioLib
[TL] Changed type to size_t
rodzic
422e4ee7b1
commit
eabbf9e5af
|
@ -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.
|
||||
|
|
Ładowanie…
Reference in New Issue