Skip to content

Commit 38853ed

Browse files
committed
fixed mp call for 8 arguments
1 parent 213c526 commit 38853ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pybricks/experimental/pb_module_experimental.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extern mp_obj_t experimental_stop_pursuit(void);
1414
extern mp_obj_t experimental_get_fps(void);
1515

1616
// Object definitions
17-
static MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(experimental_start_odometry_obj, 7, 7, experimental_start_odometry);
17+
static MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(experimental_start_odometry_obj, 8, 8, experimental_start_odometry);
1818
static MP_DEFINE_CONST_FUN_OBJ_0(experimental_get_odometry_obj, experimental_get_odometry);
1919
static MP_DEFINE_CONST_FUN_OBJ_0(experimental_stop_odometry_obj, experimental_stop_odometry);
2020

0 commit comments

Comments
 (0)