Skip to content

Commit da9f271

Browse files
committed
stmhal: Oops, typo.
1 parent 8d09640 commit da9f271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stmhal/extint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ STATIC mp_obj_t extint_obj_line(mp_obj_t self_in) {
204204
extint_obj_t *self = self_in;
205205
return MP_OBJ_NEW_SMALL_INT(self->line);
206206
}
207-
STATIC MP_DEFINE_CONST_FUN_OBJ_1(extint_obj_line_obj,i extint_obj_line);
207+
STATIC MP_DEFINE_CONST_FUN_OBJ_1(extint_obj_line_obj, extint_obj_line);
208208

209209
/// \method enable()
210210
/// Enable a disabled interrupt.

0 commit comments

Comments
 (0)