Skip to content

Commit d34d763

Browse files
tannewtdhalbert
andauthored
Update shared-module/fontio/BuiltinFont.c
Co-authored-by: Dan Halbert <[email protected]>
1 parent beaa54a commit d34d763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared-module/fontio/BuiltinFont.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ mp_obj_t common_hal_fontio_builtinfont_get_bitmap(const fontio_builtinfont_t *se
1616
}
1717

1818
mp_obj_t common_hal_fontio_builtinfont_get_bounding_box(const fontio_builtinfont_t *self) {
19+
// CIRCUITPY-CHANGE
1920
// Stack allocation is ok because tuple copies the values out.
2021
mp_obj_t items[2];
2122
items[0] = MP_OBJ_NEW_SMALL_INT(self->width);

0 commit comments

Comments
 (0)