From b7807cba39c49dc160b131d56cc3ca0356935e81 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 10 Jan 2020 23:24:17 -0500 Subject: [PATCH] docs --- firmware/controllers/system/efi_gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/system/efi_gpio.h b/firmware/controllers/system/efi_gpio.h index 32561b2762..d46f55d753 100644 --- a/firmware/controllers/system/efi_gpio.h +++ b/firmware/controllers/system/efi_gpio.h @@ -98,7 +98,7 @@ public: InjectorOutputPin(); void reset(); efitimeus_t overlappingScheduleOffTime; - // todo: implement this via address manipulation to reduce memory usage + // todo: re-implement this injectorIndex via address manipulation to reduce memory usage? int8_t injectorIndex; bool cancelNextTurningInjectorOff; int8_t overlappingCounter;