lcd: fix function name in comments in assembly files (lcd_write_yup_420 instead of lcd_write_yuv420)

This commit is contained in:
Amaury Pouly 2012-01-11 13:14:30 +01:00
parent cfccd57dcb
commit 5ef27368f1
8 changed files with 16 additions and 16 deletions

View file

@ -27,7 +27,7 @@
#define DBOP_BUSY (1<<10)
/****************************************************************************
* 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);
*
@ -246,7 +246,7 @@ lcd_write_yuv420_lines:
.size lcd_write_yuv420_lines, .-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,