diff options
author | Lennart <lekaiser@uos.de> | 2020-08-18 17:31:49 +0200 |
---|---|---|
committer | Lennart <lekaiser@uos.de> | 2020-08-18 17:31:49 +0200 |
commit | 550482401d95720306873d1fa1de11717c5845dc (patch) | |
tree | aa38f8aa4cf239dfdb1f7da3d8389ea0871e8f63 /include/object | |
parent | 714e5788be7b89f937fe8dbf270b8035c4f7d436 (diff) |
Working version
Diffstat (limited to 'include/object')
-rw-r--r-- | include/object/ptalog.h | 2 |
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 |