Skip to content

Commit d61f66d

Browse files
jeplertannewt
andauthored
Update shared-module/framebufferio/FramebufferDisplay.h
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 454e616 commit d61f66d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared-module/framebufferio/FramebufferDisplay.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ typedef struct {
4848
uint64_t last_refresh_call;
4949
uint16_t native_frames_per_second;
5050
uint16_t native_ms_per_frame;
51-
uint16_t first_pixel_offset, row_stride;
51+
uint16_t first_pixel_offset;
52+
uint16_t row_stride;
5253
bool auto_refresh;
5354
bool first_manual_refresh;
5455
} framebufferio_framebufferdisplay_obj_t;

0 commit comments

Comments
 (0)