mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dist: examples: fix minor typos
This commit is contained in:
parent
ff2d23b038
commit
a5ffbeedf9
2
dist/Makefile
vendored
2
dist/Makefile
vendored
@ -27,7 +27,7 @@ RIOTBASE ?= $(CURDIR)/../../RIOT
|
||||
# development process:
|
||||
#CFLAGS += -DDEVELHELP
|
||||
|
||||
# Change this to 0 show compiler invocation lines by default:
|
||||
# Change this to 0 to show compiler invocation lines by default:
|
||||
QUIET ?= 1
|
||||
|
||||
# Modules to include:
|
||||
|
@ -83,7 +83,7 @@ static void send(char *addr_str, char *port_str, char *data, unsigned int num,
|
||||
}
|
||||
/* access to `payload` was implicitly given up with the send operation above
|
||||
* => use temporary variable for output */
|
||||
printf("Success: send %u byte to [%s]:%u\n", payload_size, addr_str,
|
||||
printf("Success: sent %u byte(s) to [%s]:%u\n", payload_size, addr_str,
|
||||
port);
|
||||
xtimer_usleep(delay);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user