mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
send_simple_coap_request needs to return a result from previous functions instead of success at the end of the function. Without doing so the example may wait for a response from a coap sever when a message failed to send. Signed-off-by: Matthew Bradbury <matt-bradbury@live.co.uk>