auto-sync

This commit is contained in:
rusEfi 2014-11-22 12:04:07 -06:00
parent 618ee77290
commit 2d10d23218
1 changed files with 7 additions and 0 deletions

View File

@ -78,6 +78,13 @@ static cyclic_buffer ignitionErrorDetection;
static Logging logger;
// todo: figure out if this even helps?
//#if defined __GNUC__
//#define RAM_METHOD_PREFIX __attribute__((section(".ram")))
//#else
//#define RAM_METHOD_PREFIX
//#endif
static void startSimultaniousInjection(Engine *engine) {
for (int i = 0; i < engine->engineConfiguration->cylindersCount; i++) {
turnPinHigh(INJECTOR_PIN_BY_INDEX(i));