stmhal: Oops, typo.
This commit is contained in:
parent
8d09640b22
commit
da9f27103d
|
@ -204,7 +204,7 @@ STATIC mp_obj_t extint_obj_line(mp_obj_t self_in) {
|
||||||
extint_obj_t *self = self_in;
|
extint_obj_t *self = self_in;
|
||||||
return MP_OBJ_NEW_SMALL_INT(self->line);
|
return MP_OBJ_NEW_SMALL_INT(self->line);
|
||||||
}
|
}
|
||||||
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);
|
||||||
|
|
||||||
/// \method enable()
|
/// \method enable()
|
||||||
/// Enable a disabled interrupt.
|
/// Enable a disabled interrupt.
|
||||||
|
|
Loading…
Reference in New Issue