edit and testing code

edited some functions and testing code in main
This commit is contained in:
joran2738
2023-11-06 20:15:00 +01:00
parent 01f018536f
commit 5942274e6a
3 changed files with 54 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ uint8_t set_owner_details(owner_details_t*, char* , char*);
char* get_owner_details_name(owner_details_t);
char* get_owner_details_surname(owner_details_t);
char* get_owner_details_reply(owner_details_t);
#endif /* INC_UDP_BROADCAST_H_ */