This commit is contained in:
rusefi 2019-04-12 23:31:20 -04:00
parent d8281626df
commit ba8b4e676c
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ public:
void handleCycleStart(); void handleCycleStart();
const char *name; const char *name;
// todo: 'outputPins' should be extracted away from here since technically one can want PWM scheduler without actual pin output
OutputPin *outputPins[PWM_PHASE_MAX_WAVE_PER_PWM]; OutputPin *outputPins[PWM_PHASE_MAX_WAVE_PER_PWM];
MultiWave multiWave; MultiWave multiWave;
efitimeus_t togglePwmState(); efitimeus_t togglePwmState();