Skip to content
Snippets Groups Projects
Commit a2a17c2b authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

Merge pull request #472 from LudwigOrtmann/nativenet_send

fix nativenet_send documentation
parents 894dfe59 ea8b7352
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment