summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/pwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/src/pwm.h')
-rw-r--r--openpcd/firmware/src/pwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpcd/firmware/src/pwm.h b/openpcd/firmware/src/pwm.h
index c41d74a..8836c32 100644
--- a/openpcd/firmware/src/pwm.h
+++ b/openpcd/firmware/src/pwm.h
@@ -4,7 +4,7 @@
extern void pwm_freq_set(int channel, u_int32_t freq);
extern void pwm_start(int channel);
extern void pwm_stop(int channel);
-extern void pwm_duty(int channel, u_int16_t duty);
+extern void pwm_duty_set_percent(int channel, u_int16_t duty);
extern void pwm_init(void);
extern void pwm_fini(void);
personal git repositories of Harald Welte. Your mileage may vary