summaryrefslogtreecommitdiff
path: root/include/object/ptalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/object/ptalog.h')
-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 8ae43d1..21aaa91 100644
--- a/include/object/ptalog.h
+++ b/include/object/ptalog.h
@@ -30,7 +30,7 @@ class PTALog {
#ifdef PTALOG_GPIO
PTALog(uint8_t pin_number) : log_index(0), sync_pin(pin_number) {}
#else
- PTALog(uint8_t pin_number) : log_index(0) {}
+ PTALog() : log_index(0) {}
#endif
inline void passTransition(uint8_t transition_id)