summaryrefslogtreecommitdiffstats
path: root/src/device/main.ino
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/main.ino')
-rw-r--r--src/device/main.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/main.ino b/src/device/main.ino
index d83f3e1..8f2c1a6 100644
--- a/src/device/main.ino
+++ b/src/device/main.ino
@@ -81,7 +81,7 @@ void loop(void)
static unsigned int delta = 2000; /* sleep length to use (ms) */
delay(delta);
- /* Initial display of ip's. */
+ /* Initial display of ip's. */
if (progstate.ip_print_count > 0) {
udp_init_packet(com_port);
udp_push(clientmagic, sizeof(clientmagic));