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;