From c779e07a4be172f5597bed3df1f2c708a3b2ac9b Mon Sep 17 00:00:00 2001 From: rusEfi Date: Sun, 17 Jul 2016 12:02:12 -0400 Subject: [PATCH] auto-sync --- firmware/controllers/algo/event_registry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/controllers/algo/event_registry.h b/firmware/controllers/algo/event_registry.h index f4573ec876..4a5f557d96 100644 --- a/firmware/controllers/algo/event_registry.h +++ b/firmware/controllers/algo/event_registry.h @@ -33,8 +33,8 @@ class InjectionEvent { public: InjectionEvent(); /** - * This is a performance optimization - it's more efficient to handle all - * injectors together if that's the case + * This is a performance optimization for IM_SIMULTANEOUS fuel strategy. + * It's more efficient to handle all injectors together if that's the case */ bool isSimultanious; NamedOutputPin *output;