From 4e1faa032f31783880fefb81805ad40c0fc30c2e Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 6 Apr 2024 21:36:45 -0400 Subject: lcd: fix yellow from accidental commit Change-Id: I05c2676bcd5a4a0f75804af0e5367da5acd4ee55 --- firmware/asm/lcd-as-memframe.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/asm/lcd-as-memframe.c b/firmware/asm/lcd-as-memframe.c index 8ea9e68a39..e952f4f7f0 100644 --- a/firmware/asm/lcd-as-memframe.c +++ b/firmware/asm/lcd-as-memframe.c @@ -177,5 +177,7 @@ void lcd_write_yuv420_lines_odither(fb_data *dst, int width, int stride, int x_screen, int y_screen) { + (void)x_screen; + (void)y_screen; return lcd_write_yuv420_lines(dst, src, width, stride); } -- cgit v1.2.3