summaryrefslogtreecommitdiff
path: root/shared-module/framebufferio
diff options
context:
space:
mode:
authorLucian Copeland <hierophect@gmail.com>2020-06-04 16:15:38 -0400
committerLucian Copeland <hierophect@gmail.com>2020-06-04 16:15:38 -0400
commita0977cac7b92233a3ea52404fe59f9a4a3d3ac4a (patch)
tree2e8e7d182871589aaaf9cc72c58b24b5b7f77320 /shared-module/framebufferio
parentd14e34449b5b70ea5e39938324e27af76498b0dd (diff)
parentfffe171d5fed98b8db6f2a59393987a8eb5313e9 (diff)
Merge remote-tracking branch 'upstream/master' into stm32-LSE-startup-fix
Diffstat (limited to 'shared-module/framebufferio')
-rw-r--r--shared-module/framebufferio/FramebufferDisplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-module/framebufferio/FramebufferDisplay.c b/shared-module/framebufferio/FramebufferDisplay.c
index 2a88b5307..f296da409 100644
--- a/shared-module/framebufferio/FramebufferDisplay.c
+++ b/shared-module/framebufferio/FramebufferDisplay.c
@@ -57,7 +57,7 @@ void common_hal_framebufferio_framebufferdisplay_construct(framebufferio_framebu
NULL,
self->framebuffer_protocol->get_width(self->framebuffer),
self->framebuffer_protocol->get_height(self->framebuffer),
- ram_width,
+ ram_width,
ram_height,
0,
0,