mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Adding missing variable to one example
This commit is contained in:
parent
302d5d35e9
commit
c169d66120
@ -224,7 +224,7 @@
|
||||
* IPV6_ADDR_MCAST_SCP_LINK_LOCAL);
|
||||
* if (sock_udp_send(&sock, "Hello!", sizeof("Hello!"), &remote) < 0) {
|
||||
* puts("Error sending message");
|
||||
* sock_udp_close();
|
||||
* sock_udp_close(&sock);
|
||||
* return 1;
|
||||
* }
|
||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user