From da9f27103d77268f4c0bb910a584aa8fd6f1b308 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 29 Apr 2014 23:00:48 +0100 Subject: [PATCH] stmhal: Oops, typo. --- stmhal/extint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stmhal/extint.c b/stmhal/extint.c index 346e2851ee..61469e0a17 100644 --- a/stmhal/extint.c +++ b/stmhal/extint.c @@ -204,7 +204,7 @@ STATIC mp_obj_t extint_obj_line(mp_obj_t self_in) { extint_obj_t *self = self_in; 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() /// Enable a disabled interrupt.