From fc32490ebda32a339a35baaf9cef84982f8fff10 Mon Sep 17 00:00:00 2001 From: Jonathan Elchison Date: Fri, 10 Oct 2014 15:08:21 -0400 Subject: [PATCH] Turning EEPROMex debugging off by default; Prevents conflicts with other UART devices out-of-the-box --- EEPROMEx/EEPROMex.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/EEPROMEx/EEPROMex.cpp b/EEPROMEx/EEPROMex.cpp index be533d5..5242798 100644 --- a/EEPROMEx/EEPROMex.cpp +++ b/EEPROMEx/EEPROMex.cpp @@ -27,7 +27,10 @@ ******************************************************************************/ #define _EEPROMEX_VERSION 1 // software version of this library - #define _EEPROMEX_DEBUG // Enables logging of maximum of writes and out-of-memory + +// leave debugging off by default +// #define _EEPROMEX_DEBUG // Enables logging of maximum of writes and out-of-memory + /****************************************************************************** * Constructors ******************************************************************************/