From 550482401d95720306873d1fa1de11717c5845dc Mon Sep 17 00:00:00 2001 From: Lennart Date: Tue, 18 Aug 2020 17:31:49 +0200 Subject: Working version --- include/object/ptalog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/object') 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 -- cgit v1.2.3