Much better debug output (controlled) and live re-map support (ha)

This commit is contained in:
Steve Howes
2018-09-23 20:01:12 +01:00
parent 23293422cc
commit b4f0c89561
4 changed files with 174 additions and 48 deletions
+5 -1
View File
@@ -46,8 +46,12 @@ void cas_process()
// We'll drop sparks until we're back and log it
if(cylinder_next_seq[cylinder_tdc] != 1)
{
// Don't output if it's already happened once
if(cas_sync_fail == 0)
cas_sync_fail_log=1;
// Log fail so we abandon time sensitive stuff
cas_sync_fail=1;
cas_sync_fail_log=1;
}
else
{