mirror of
https://github.com/stevenhowes/MX5-Arduino.git
synced 2026-05-27 04:01:08 +01:00
Correctly reset initial sync state - prevents running after cam sync fail
This commit is contained in:
@@ -145,11 +145,10 @@ void task_debug_run()
|
|||||||
{
|
{
|
||||||
resetFunc();
|
resetFunc();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Allow it to re-sync (i.e. reset CAS failure as it was intentional)
|
// Allow it to re-sync (i.e. reset CAS failure as it was intentional)
|
||||||
cas_sync_initial = 1;
|
cas_sync_initial = 1;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Outputs the fuel table as JSON
|
// Outputs the fuel table as JSON
|
||||||
void task_debug_dumpfueltable()
|
void task_debug_dumpfueltable()
|
||||||
|
|||||||
Reference in New Issue
Block a user