diff options
Diffstat (limited to 'firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S')
-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 @@ #include "cpu.h" /**************************************************************************** - * void lcd_write_yuv_420_lines(unsigned char const * const src[3], + * void lcd_write_yuv420_lines(unsigned char const * const src[3], * int width, * int stride); * @@ -249,7 +249,7 @@ lcd_write_yuv420_lines: /**************************************************************************** - * void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3], + * void lcd_write_yuv420_lines_odither(unsigned char const * const src[3], * int width, * int stride, * int x_screen, |