summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoruvok2025-07-19 10:59:31 +0200
committeruvok2025-07-19 10:59:31 +0200
commit7b0712a41a4e861dda0a00be0179880b25a5437a (patch)
tree400a48f2b04fb2f0fda2ea9e677fede43f4a6017 /src
parent1d891d2250a0e991c6641e5d9cd2876763b5e017 (diff)
log: forgot newline
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");
}
}
}