Fix missing declaration from last commit

This commit is contained in:
Josh Stewart 2022-02-14 10:57:42 +11:00
parent 07a4d1ea79
commit 86110a23fc
1 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,5 @@ byte checkEngineProtect();
byte checkRevLimit();
byte checkBoostLimit();
byte checkOilPressureLimit();
byte checkAFRLimit();
byte checkAFRLimit();
byte checkCoolantTempLimit();