summaryrefslogtreecommitdiff
path: root/firmware/target/arm/samsung/yh925/lcd-as-yh925.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/samsung/yh925/lcd-as-yh925.S')
-rw-r--r--firmware/target/arm/samsung/yh925/lcd-as-yh925.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/samsung/yh925/lcd-as-yh925.S b/firmware/target/arm/samsung/yh925/lcd-as-yh925.S
index 8e851d8441..8ac8b4289f 100644
--- a/firmware/target/arm/samsung/yh925/lcd-as-yh925.S
+++ b/firmware/target/arm/samsung/yh925/lcd-as-yh925.S
@@ -25,7 +25,7 @@
25#include "cpu.h" 25#include "cpu.h"
26 26
27/**************************************************************************** 27/****************************************************************************
28 * void lcd_write_yuv_420_lines(unsigned char const * const src[3], 28 * void lcd_write_yuv420_lines(unsigned char const * const src[3],
29 * int width, 29 * int width,
30 * int stride); 30 * int stride);
31 * 31 *
@@ -238,7 +238,7 @@ lcd_write_yuv420_lines:
238 238
239 239
240/**************************************************************************** 240/****************************************************************************
241 * void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3], 241 * void lcd_write_yuv420_lines_odither(unsigned char const * const src[3],
242 * int width, 242 * int width,
243 * int stride, 243 * int stride,
244 * int x_screen, 244 * int x_screen,