aboutsummaryrefslogtreecommitdiff
path: root/stmhal/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/help.c')
-rw-r--r--stmhal/help.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/help.c b/stmhal/help.c
index 598b6f4e3..fe143441d 100644
--- a/stmhal/help.c
+++ b/stmhal/help.c
@@ -119,5 +119,4 @@ STATIC mp_obj_t pyb_help(uint n_args, const mp_obj_t *args) {
return mp_const_none;
}
-
MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(mp_builtin_help_obj, 0, 1, pyb_help);