From 766eb4efbdc36804b2b16868b9fb101b75b7d09c Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Thu, 24 Sep 2020 20:08:33 +0200 Subject: [PATCH] Update hal.cpp astyle fix --- esp3d/src/core/hal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp3d/src/core/hal.cpp b/esp3d/src/core/hal.cpp index c2e606ff..1c3d0b88 100644 --- a/esp3d/src/core/hal.cpp +++ b/esp3d/src/core/hal.cpp @@ -65,7 +65,7 @@ void Hal::pinMode(uint8_t pin, uint8_t mode) return; } #endif - ::pinMode(pin, mode); + ::pinMode(pin, mode); } void Hal::toneESP(uint8_t pin, unsigned int frequency, unsigned int duration, bool sync)