1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-24 16:46:13 +01:00

cleaning out a DIAG

This commit is contained in:
travis-farmer 2023-10-27 03:51:59 -04:00
parent b98ddf7886
commit a7a1daf5b4

View File

@ -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__;