diff --git a/project/Core/Src/UDP_broadcast.c b/project/Core/Src/UDP_broadcast.c index d28aae7..8b7beb1 100644 --- a/project/Core/Src/UDP_broadcast.c +++ b/project/Core/Src/UDP_broadcast.c @@ -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(){