summaryrefslogtreecommitdiff
path: root/teensy/servo.h
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/servo.h')
-rw-r--r--teensy/servo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/teensy/servo.h b/teensy/servo.h
index 5dad04113..5f1c87b69 100644
--- a/teensy/servo.h
+++ b/teensy/servo.h
@@ -2,6 +2,6 @@ void servo_init(void);
extern const mp_obj_type_t pyb_servo_type;
-MP_DECLARE_CONST_FUN_OBJ(pyb_servo_set_obj);
-MP_DECLARE_CONST_FUN_OBJ(pyb_pwm_set_obj);
+MP_DECLARE_CONST_FUN_OBJ_2(pyb_servo_set_obj);
+MP_DECLARE_CONST_FUN_OBJ_2(pyb_pwm_set_obj);