From 22b5d5e4c4286d99f40ef185a936ec5f05c848ea Mon Sep 17 00:00:00 2001 From: Asbelos Date: Thu, 12 Aug 2021 08:32:48 +0100 Subject: [PATCH] default off DIAG_LOOPTIMES --- IODevice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IODevice.h b/IODevice.h index 38453ce..eda76ab 100644 --- a/IODevice.h +++ b/IODevice.h @@ -24,7 +24,7 @@ //#define DIAG_IO Y // Define symbol DIAG_LOOPTIMES to enable CS loop execution time to be reported -#define DIAG_LOOPTIMES +//#define DIAG_LOOPTIMES // Define symbol IO_NO_HAL to reduce FLASH footprint when HAL features not required // The HAL is disabled by default on Nano and Uno platforms, because of limited flash space. @@ -348,4 +348,4 @@ private: // #include "IO_MCP23017.h" // #include "IO_PCF8574.h" -#endif // iodevice_h \ No newline at end of file +#endif // iodevice_h