diff options
Diffstat (limited to 'firmware/target/arm/pbell/vibe500')
-rw-r--r-- | firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S b/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S index 9079be6aa7..e03011c168 100644 --- a/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S +++ b/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S | |||
@@ -26,7 +26,7 @@ | |||
26 | #include "cpu.h" | 26 | #include "cpu.h" |
27 | 27 | ||
28 | /**************************************************************************** | 28 | /**************************************************************************** |
29 | * void lcd_write_yuv_420_lines(unsigned char const * const src[3], | 29 | * void lcd_write_yuv420_lines(unsigned char const * const src[3], |
30 | * int width, | 30 | * int width, |
31 | * int stride); | 31 | * int stride); |
32 | * | 32 | * |
@@ -249,7 +249,7 @@ lcd_write_yuv420_lines: | |||
249 | 249 | ||
250 | 250 | ||
251 | /**************************************************************************** | 251 | /**************************************************************************** |
252 | * void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3], | 252 | * void lcd_write_yuv420_lines_odither(unsigned char const * const src[3], |
253 | * int width, | 253 | * int width, |
254 | * int stride, | 254 | * int stride, |
255 | * int x_screen, | 255 | * int x_screen, |