mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-04-27 02:26:51 -05:00
Fixing new gcc warning
This commit is contained in:
parent
8b8daf9152
commit
350000da5f
|
|
@ -120,7 +120,7 @@ LINK_CODE_IWRAM void LinkIR::_onSerial() {
|
||||||
lastLightTime = getCount();
|
lastLightTime = getCount();
|
||||||
if (transitionCount == 0)
|
if (transitionCount == 0)
|
||||||
firstLightTime = lastLightTime;
|
firstLightTime = lastLightTime;
|
||||||
transitionCount++;
|
transitionCount = transitionCount + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user