Update UDP_broadcast.c

This commit is contained in:
joran2738
2023-11-19 22:57:41 +01:00
parent 751b674673
commit 47b1cd167b

View File

@@ -121,9 +121,7 @@ static uint8_t udp_broadcast_set_owner_details_reply(const char* reply){
* it sets this reply with @see udp_broadcast_set_owner_details_reply()
*
* @param[in] owner owner_details_t structure, it contains information about the owner
* @return formatting reply error
* - 1: no error occured, reply was formatted
* - 0: an error occured, owner pointer is NULL
* @return 1 makes it easier to run @see udp_broadcast_set_owner_details()
*/
static uint8_t udp_broadcast_format_reply(){