summaryrefslogtreecommitdiff
path: root/firmware/target/arm/lcd-as-memframe.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/lcd-as-memframe.S')
-rw-r--r--firmware/target/arm/lcd-as-memframe.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/lcd-as-memframe.S b/firmware/target/arm/lcd-as-memframe.S
index dccc947649..163eacefe6 100644
--- a/firmware/target/arm/lcd-as-memframe.S
+++ b/firmware/target/arm/lcd-as-memframe.S
@@ -106,7 +106,7 @@ lcd_copy_buffer_rect: @
106 .size lcd_copy_buffer_rect, .-lcd_copy_buffer_rect 106 .size lcd_copy_buffer_rect, .-lcd_copy_buffer_rect
107 107
108/**************************************************************************** 108/****************************************************************************
109 * void lcd_write_yuv_420_lines(fb_data *dst, 109 * void lcd_write_yuv420_lines(fb_data *dst,
110 * unsigned char const * const src[3], 110 * unsigned char const * const src[3],
111 * int width, 111 * int width,
112 * int stride); 112 * int stride);
@@ -350,7 +350,7 @@ lcd_write_yuv420_lines:
350 350
351 351
352/**************************************************************************** 352/****************************************************************************
353 * void lcd_write_yuv_420_lines_odither(fb_data *dst, 353 * void lcd_write_yuv420_lines_odither(fb_data *dst,
354 * unsigned char const * const src[3], 354 * unsigned char const * const src[3],
355 * int width, 355 * int width,
356 * int stride, 356 * int stride,