Skip to content

Commit 9c87c2e

Browse files
committed
Revert markTime in ISR. Need to think more on the implications of it.
1 parent 9ce918f commit 9c87c2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LoggerBase.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,6 @@ bool Logger::checkMarkedInterval(void)
678678
// This must be a static function (which means it can only call other static funcions.)
679679
void Logger::wakeISR(void)
680680
{
681-
Logger::markTime();
682681
// MS_DBG(F("Clock interrupt!"));
683682
}
684683

0 commit comments

Comments
 (0)