aboutsummaryrefslogtreecommitdiffstats
path: root/core/pwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/pwm.c')
-rw-r--r--core/pwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pwm.c b/core/pwm.c
index 2cc815c..95caff4 100644
--- a/core/pwm.c
+++ b/core/pwm.c
@@ -30,7 +30,7 @@
extern const PinMapping PIN_MAP[NR_MAPLE_PINS];
-void pwmWrite(uint8_t pin, uint16_t duty_cycle) {
+void pwmWrite(uint8 pin, uint16 duty_cycle) {
TimerCCR ccr;
if (pin >= NR_MAPLE_PINS) {