summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/servo.c
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/servo.c')
-rw-r--r--teensy/servo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/servo.c b/teensy/servo.c
index da720c892b..c3a2b28889 100644
--- a/teensy/servo.c
+++ b/teensy/servo.c
@@ -190,7 +190,7 @@ static const mp_method_t servo_methods[] = {
static const mp_obj_type_t servo_obj_type = {
{ &mp_const_type },
- "Servo",
+ .name = MP_QSTR_Servo,
.print = servo_obj_print,
.methods = servo_methods,
};