diff options
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 |