Project

General

Profile

Revision 1578

added doxygen info for wireless branch

View differences:

wireless.h
74 74
int8_t wl_send_pan(char *data, uint8_t length, uint8_t group);
75 75

  
76 76
/**@brief Wrapper for core send function that will send a packet across the current channel to a specific robot. **/
77
int8_t wl_send_robot/p2p(char *data, uint8_t length, uint8_t group, uint8_t dest, uint8_t mode);
77
int8_t wl_send_robot(char *data, uint8_t length, uint8_t group, uint8_t dest, uint8_t mode);
78 78

  
79 79
/**@brief Default (i.e. basic) send wrapper. **/
80 80
int8_t wl_send_basic(char *data, uint8_t length);

Also available in: Unified diff