1
0
Fork 0

Show FCS receive debug only when debug is active

master
Oliver 2 years ago
parent 1015f3d55f
commit cdfc8c9fad

@ -0,0 +1,3 @@
{
"makefile.extensionOutputFolder": "./.vscode"
}

@ -191,7 +191,8 @@ void CFCSNetwork::clock(unsigned int ms)
if (length <= 0) if (length <= 0)
return; return;
CUtils::dump(1U, "FCS Network Data Received", buffer, length); if (m_debug)
CUtils::dump(1U, "FCS Network Data Received", buffer, length);
if (m_state == DS_NOTLINKED) if (m_state == DS_NOTLINKED)
return; return;

Loading…
Cancel
Save