summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sansa-e200v2
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sansa-e200v2')
-rw-r--r--firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
index 2958298b73..840d3c4c3c 100644
--- a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
+++ b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
@@ -357,7 +357,7 @@ bool lcd_active(void)
357 357
358/*** update functions ***/ 358/*** update functions ***/
359 359
360static unsigned lcd_yuv_options SHAREDBSS_ATTR = 0; 360static unsigned lcd_yuv_options = 0;
361 361
362/* Line write helper function for lcd_yuv_blit. Write two lines of yuv420. */ 362/* Line write helper function for lcd_yuv_blit. Write two lines of yuv420. */
363extern void lcd_write_yuv420_lines(unsigned char const * const src[3], 363extern void lcd_write_yuv420_lines(unsigned char const * const src[3],