mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-03-21 17:44:21 -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();
|
||||
if (transitionCount == 0)
|
||||
firstLightTime = lastLightTime;
|
||||
transitionCount++;
|
||||
transitionCount = transitionCount + 1;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user