From 4bdc4b7079dfd69ccec11292b1f15fe6f4d5d713 Mon Sep 17 00:00:00 2001 From: FranziHH <45534937+FranziHH@users.noreply.github.com> Date: Fri, 1 Sep 2023 13:56:02 +0200 Subject: [PATCH] Update IODevice.cpp Debug Output adjusted --- IODevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IODevice.cpp b/IODevice.cpp index 1155c85..adefbf6 100644 --- a/IODevice.cpp +++ b/IODevice.cpp @@ -83,8 +83,8 @@ void IODevice::begin() { } #ifdef FAST_CLOCK_I2C - EXFastClock::create(FAST_CLOCK_I2C); DIAG(F("EXFastClock::create")); + EXFastClock::create(FAST_CLOCK_I2C); #endif // Predefine two MCP23017 module 0x20/0x21 if no conflicts