UDP_broadcast
convert owner_name_*_pos to uint32
This commit is contained in:
@@ -108,7 +108,7 @@ char* udp_broadcast_get_owner_details_reply(void);
|
||||
* - ERR_ARG. one or both arguments of udp_broadcast_set_owner_details() are NULL pointers
|
||||
*/
|
||||
|
||||
err_t udp_broadcast_init(uint16_t x_pos, uint16_t y_pos);
|
||||
err_t udp_broadcast_init(uint32_t x_pos, uint32_t y_pos);
|
||||
|
||||
/**
|
||||
* @fn err_t udp_broadcast_connection_init()
|
||||
|
||||
Reference in New Issue
Block a user