aboutsummaryrefslogtreecommitdiff
path: root/mussel2
diff options
context:
space:
mode:
Diffstat (limited to 'mussel2')
-rw-r--r--mussel2/mussel2.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/mussel2/mussel2.ino b/mussel2/mussel2.ino
index 9e41448..90d8a47 100644
--- a/mussel2/mussel2.ino
+++ b/mussel2/mussel2.ino
@@ -12,7 +12,7 @@ void setup() {
}
void loop() {
- Serial.printf("gap: %d\n", read());
+ Serial.printf("gap:%d\n", read());
delay(1000);
}