well that's a scary typo

This commit is contained in:
Matthew Kennedy 2019-06-06 23:49:08 -07:00 committed by rusefi
parent 0f93118779
commit 6015304be5
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ private:
void startSimplePwm(SimplePwm *state, const char *msg,
ExecutorInterface *executor,
OutputPin *output,
float dutyCycle, float frequency, pwm_gen_callback *stateChangeCallback);
float frequency, float dutyCycle, pwm_gen_callback *stateChangeCallback);
/**
* initialize GPIO pin and start a one-channel software PWM driver.