Skip to content

Commit 0555778

Browse files
committed
compile maybe?
1 parent 53920fd commit 0555778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pybricks/experimental/odometry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ mp_obj_t experimental_stop_odometry(void) {
118118
}
119119

120120
// NEW API: start_spline(a, b, c, d, x_end, speed, lookahead)
121-
mp_obj_t experimental_start_spline(size_t n_args, const mp_obj_t *args) {
121+
mp_obj_t experimental_start_pursuit(size_t n_args, const mp_obj_t *args) {
122122
sp_a = mp_obj_get_float(args[0]);
123123
sp_b = mp_obj_get_float(args[1]);
124124
sp_c = mp_obj_get_float(args[2]);

0 commit comments

Comments
 (0)