We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d09640 commit da9f271Copy full SHA for da9f271
stmhal/extint.c
@@ -204,7 +204,7 @@ STATIC mp_obj_t extint_obj_line(mp_obj_t self_in) {
204
extint_obj_t *self = self_in;
205
return MP_OBJ_NEW_SMALL_INT(self->line);
206
}
207
-STATIC MP_DEFINE_CONST_FUN_OBJ_1(extint_obj_line_obj,i extint_obj_line);
+STATIC MP_DEFINE_CONST_FUN_OBJ_1(extint_obj_line_obj, extint_obj_line);
208
209
/// \method enable()
210
/// Enable a disabled interrupt.
0 commit comments