mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #472 from LudwigOrtmann/nativenet_send
fix nativenet_send documentation
This commit is contained in:
commit
a2a17c2b3f
@ -64,7 +64,8 @@ void nativenet_set_monitor(uint8_t mode);
|
||||
* Send a packet
|
||||
*
|
||||
* @param packet a radio packet
|
||||
* @return -1 if the operation failed, 0 otherwise
|
||||
* @return -1 if the operation failed, the number of transmitted bytes
|
||||
* up to INT8_MAX otherwise
|
||||
*/
|
||||
int8_t nativenet_send(radio_packet_t *packet);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user