auto-sync

This commit is contained in:
rusEfi 2014-11-13 18:03:06 -06:00
parent e8d9517299
commit c9439617b3
3 changed files with 7 additions and 4 deletions

View File

@ -36,6 +36,8 @@ static Logging logger;
static char LOGGING_BUFFER[1000];
int maxNesting = 0;
/*
static void printIntArray(int array[], int size) {
for (int j = 0; j < size; j++) {
@ -160,7 +162,8 @@ void printConfiguration(engine_configuration_s *engineConfiguration, engine_conf
printOutputs(engineConfiguration, engineConfiguration2);
scheduleMsg(&logger, "boardTestModeJumperPin: %s", hwPortname(boardConfiguration->boardTestModeJumperPin));
scheduleMsg(&logger, "boardTestModeJumperPin: %s/nesting=%d", hwPortname(boardConfiguration->boardTestModeJumperPin),
maxNesting);
scheduleMsg(&logger, "digitalPotentiometerSpiDevice %d", boardConfiguration->digitalPotentiometerSpiDevice);

View File

@ -216,7 +216,7 @@ static void triggerInfo(Engine *engine) {
scheduleMsg(&logger, "expected duty #0=%f/#1=%f", engineConfiguration2->triggerShape.dutyCycle[0],
engineConfiguration2->triggerShape.dutyCycle[1]);
scheduleMsg(&logger, "isError %d, total errors=%d/total revolutions=%d", isTriggerDecoderError(),
scheduleMsg(&logger, "isError %d/total errors=%d/total revolutions=%d", isTriggerDecoderError(),
triggerCentral.triggerState.totalTriggerErrorCounter,
triggerCentral.triggerState.getTotalRevolutionCounter());

View File

@ -1,5 +1,5 @@
// This file was generated by Version2Header
// Tue Nov 11 16:09:04 EST 2014
// Thu Nov 13 18:00:01 EST 2014
#ifndef VCS_VERSION
#define VCS_VERSION "5296"
#define VCS_VERSION "5333"
#endif