From 9c87c2e77e5e6ae00cd3ab482e17ef1a1b084bd0 Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Mon, 24 Jun 2019 18:05:00 -0400 Subject: [PATCH] Revert markTime in ISR. Need to think more on the implications of it. --- src/LoggerBase.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LoggerBase.cpp b/src/LoggerBase.cpp index a6abec767..5374ab51d 100644 --- a/src/LoggerBase.cpp +++ b/src/LoggerBase.cpp @@ -678,7 +678,6 @@ bool Logger::checkMarkedInterval(void) // This must be a static function (which means it can only call other static funcions.) void Logger::wakeISR(void) { - Logger::markTime(); // MS_DBG(F("Clock interrupt!")); }