Skip to content

Commit beaa54a

Browse files
tannewtdhalbert
andauthored
Update shared-bindings/displayio/Group.c
Co-authored-by: Dan Halbert <[email protected]>
1 parent 272694d commit beaa54a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared-bindings/displayio/Group.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ static mp_obj_t displayio_group_obj_sort(size_t n_args, const mp_obj_t *pos_args
322322
args[i] = pos_args[i];
323323
}
324324
args[0] = MP_OBJ_FROM_PTR(self->members);
325+
// CIRCUITPY-CHANGE
325326
mp_obj_t res = mp_obj_list_sort(n_args, args, kw_args);
326327
m_del(mp_obj_t, args, n_args);
327328
return res;

0 commit comments

Comments
 (0)