This commit is contained in:
VitorBoss 2017-10-06 16:44:29 -03:00
parent 09df347633
commit 59be466201
1 changed files with 2 additions and 2 deletions

View File

@ -654,7 +654,7 @@ void loop()
{
if ( ((mainLoopCount & 31) == 1) or (CANSerial.available() > SERIAL_BUFFER_THRESHOLD) )
{
if (CANSerial.available() > 0) { cancommand(); }
if (CANSerial.available() > 0) { canCommand(); }
}
}
#if defined(CORE_TEENSY) || defined(CORE_STM32)
@ -1420,4 +1420,4 @@ void loop()
}
} //Ignition schedules on
} //Has sync and RPM
} //loop()
} //loop()