useful lines
This commit is contained in:
parent
93382725e6
commit
499d2618f9
|
@ -122,8 +122,11 @@ extern int revolutionCounterSinceBootForUnitTest;
|
||||||
int getRevolutionCounter(void) {
|
int getRevolutionCounter(void) {
|
||||||
return revolutionCounterSinceBootForUnitTest;
|
return revolutionCounterSinceBootForUnitTest;
|
||||||
}
|
}
|
||||||
|
extern bool printTriggerDebug;
|
||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
|
// printTriggerDebug = true;
|
||||||
|
|
||||||
testMissedSpark299();
|
testMissedSpark299();
|
||||||
testSparkReverseOrderBug319();
|
testSparkReverseOrderBug319();
|
||||||
testFuelSchedulerBug299smallAndLarge();
|
testFuelSchedulerBug299smallAndLarge();
|
||||||
|
|
Loading…
Reference in New Issue