diff --git a/src/omv/py/py_image.c b/src/omv/py/py_image.c index 9523db601..aa57931cf 100644 --- a/src/omv/py/py_image.c +++ b/src/omv/py/py_image.c @@ -5971,7 +5971,7 @@ static mp_obj_t py_image_match_descriptor(uint n_args, const mp_obj_t *args, mp_ count = orb_match_keypoints(kpts1->kpts, kpts2->kpts, match, threshold, &r, &c, &theta); // Add matching keypoints to Python list. - for (int i=0; i