summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/accel.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/accel.h')
-rw-r--r--stmhal/accel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/accel.h b/stmhal/accel.h
index b2c0fd6b19..88fabfd543 100644
--- a/stmhal/accel.h
+++ b/stmhal/accel.h
@@ -1,3 +1,3 @@
void accel_init(void);
-MP_DECLARE_CONST_FUN_OBJ(pyb_Accel_obj);
+extern const mp_obj_type_t pyb_accel_type;