diff options
Diffstat (limited to 'firmware/target/arm/as3525')
-rw-r--r-- | firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S b/firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S index 690641c850..feffe6fb96 100644 --- a/firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S +++ b/firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S | |||
@@ -27,7 +27,7 @@ | |||
27 | #define DBOP_BUSY (1<<10) | 27 | #define DBOP_BUSY (1<<10) |
28 | 28 | ||
29 | /**************************************************************************** | 29 | /**************************************************************************** |
30 | * void lcd_write_yuv_420_lines(unsigned char const * const src[3], | 30 | * void lcd_write_yuv420_lines(unsigned char const * const src[3], |
31 | * int width, | 31 | * int width, |
32 | * int stride); | 32 | * int stride); |
33 | * | 33 | * |
@@ -246,7 +246,7 @@ lcd_write_yuv420_lines: | |||
246 | .size lcd_write_yuv420_lines, .-lcd_write_yuv420_lines | 246 | .size lcd_write_yuv420_lines, .-lcd_write_yuv420_lines |
247 | 247 | ||
248 | /**************************************************************************** | 248 | /**************************************************************************** |
249 | * void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3], | 249 | * void lcd_write_yuv420_lines_odither(unsigned char const * const src[3], |
250 | * int width, | 250 | * int width, |
251 | * int stride, | 251 | * int stride, |
252 | * int x_screen, | 252 | * int x_screen, |