added some UDP server code
initialising UDP server succesfull, callback running have not yet tried to receive a broadcast
This commit is contained in:
@@ -40,5 +40,10 @@ char* get_owner_details_name(owner_details_t*);
|
||||
char* get_owner_details_surname(owner_details_t*);
|
||||
char* get_owner_details_reply(owner_details_t*);
|
||||
|
||||
err_t init_UDP_server();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* INC_UDP_BROADCAST_H_ */
|
||||
|
||||
Reference in New Issue
Block a user