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

View File

@ -77,6 +77,7 @@ public:
void handleCycleStart();
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];
MultiWave multiWave;
efitimeus_t togglePwmState();