Typo fix
This commit is contained in:
parent
09df347633
commit
59be466201
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue