Fixing new gcc warning

This commit is contained in:
Rodrigo Alfonso 2025-02-17 22:11:26 -03:00
parent 8b8daf9152
commit 350000da5f

View File

@ -120,7 +120,7 @@ LINK_CODE_IWRAM void LinkIR::_onSerial() {
lastLightTime = getCount();
if (transitionCount == 0)
firstLightTime = lastLightTime;
transitionCount++;
transitionCount = transitionCount + 1;
}
/**