summaryrefslogtreecommitdiff
path: root/include/object
diff options
context:
space:
mode:
authorLennart <lekaiser@uos.de>2020-08-18 17:31:49 +0200
committerLennart <lekaiser@uos.de>2020-08-18 17:31:49 +0200
commit550482401d95720306873d1fa1de11717c5845dc (patch)
treeaa38f8aa4cf239dfdb1f7da3d8389ea0871e8f63 /include/object
parent714e5788be7b89f937fe8dbf270b8035c4f7d436 (diff)
Working version
Diffstat (limited to 'include/object')
-rw-r--r--include/object/ptalog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/object/ptalog.h b/include/object/ptalog.h
index 6394474..6d5cf4d 100644
--- a/include/object/ptalog.h
+++ b/include/object/ptalog.h
@@ -148,7 +148,7 @@ class PTALog {
counter.start();
#endif
#ifndef PTALOG_GPIO_BEFORE
- gpio.write(sync_pin, 1);
+ gpio.write(sync_pin, 1);
#endif
}
#endif