diff --git a/ArduinoLog.cpp b/ArduinoLog.cpp index c4075fe..b9085d4 100644 --- a/ArduinoLog.cpp +++ b/ArduinoLog.cpp @@ -262,5 +262,8 @@ void Logging::printFormat(const char format, va_list *args) { } #endif } - + +#ifndef __DO_NOT_INSTANTIATE__ Logging Log = Logging(); +#endif +