From a7a1daf5b4dbb1563beeaf26b458237d99502789 Mon Sep 17 00:00:00 2001 From: travis-farmer Date: Fri, 27 Oct 2023 03:51:59 -0400 Subject: [PATCH] cleaning out a DIAG --- DCCTimerGiga.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/DCCTimerGiga.cpp b/DCCTimerGiga.cpp index fe85dd7..00a0e94 100644 --- a/DCCTimerGiga.cpp +++ b/DCCTimerGiga.cpp @@ -134,7 +134,6 @@ void DCCTimer::getSimulatedMacAddress(byte mac[6]) { mac[4] = m2 >> 8; mac[5] = m2 >> 0; DIAG(F("MAC: %P:%P:%P:%P:%P:%P"),mac[0],mac[1],mac[2],mac[3],mac[4],mac[5]); - DIAG(F("Ser1: %P Ser2: %P"),m1,m2); } volatile int DCCTimer::minimum_free_memory=__INT_MAX__;