1
0
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:
Ludwig Ortmann 2013-12-24 02:58:29 -08:00
commit a2a17c2b3f

View File

@ -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);