From 47b1cd167bfc0448ffed5c972142154555bb467d Mon Sep 17 00:00:00 2001 From: joran2738 <101818067+joran2738@users.noreply.github.com> Date: Sun, 19 Nov 2023 22:57:41 +0100 Subject: [PATCH] Update UDP_broadcast.c --- project/Core/Src/UDP_broadcast.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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(){