summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gpio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpio.cpp b/src/gpio.cpp
index cf1343f..1bf50a0 100644
--- a/src/gpio.cpp
+++ b/src/gpio.cpp
@@ -127,7 +127,7 @@ static void gpio_loop(void *ctx)
|| inputs[pin].released - inputs[pin].pressed < 50)
continue;
- LOG_F(" Handling");
+ LOG_F(" Handling\n");
}
}
}