From 3940c935a436373dcc5bd1f44f06dfe327ff1a96 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 11 Aug 2019 12:18:20 +0200 Subject: [PATCH] minor comment changes --- src/ems.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ems.cpp b/src/ems.cpp index 1ebcc87c5..2e1ebcb80 100644 --- a/src/ems.cpp +++ b/src/ems.cpp @@ -799,7 +799,7 @@ void ems_parseTelegram(uint8_t * telegram, uint8_t length) { */ if (EMS_Sys_Status.emsRxStatus != EMS_RX_STATUS_IDLE) { if (EMS_Sys_Status.emsLogging > EMS_SYS_LOGGING_NONE) { - myDebug_P(PSTR("** [DEBUG MODE] Warning, we missed the bus - Rx non-idle!")); // TODO tidy up error logging + myDebug_P(PSTR("** [DEBUG MODE] Warning, we missed the bus - Rx non-idle!")); } return; }