mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
M:Robe 500: fix warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22600 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6ed463501a
commit
0f3452e0be
1 changed files with 4 additions and 0 deletions
|
|
@ -33,7 +33,11 @@
|
||||||
#include "dsp-target.h"
|
#include "dsp-target.h"
|
||||||
#include "dsp/ipc.h"
|
#include "dsp/ipc.h"
|
||||||
|
|
||||||
|
#if CONFIG_ORIENTATION == SCREEN_PORTRAIT
|
||||||
#define LCD_USE_DMA
|
#define LCD_USE_DMA
|
||||||
|
#elif defined(LCD_STRIDEFORMAT) && LCD_STRIDEFORMAT == VERTICAL_STRIDE
|
||||||
|
#define LCD_USE_DMA
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Copies a rectangle from one framebuffer to another. Can be used in
|
/* Copies a rectangle from one framebuffer to another. Can be used in
|
||||||
single transfer mode with width = num pixels, and height = 1 which
|
single transfer mode with width = num pixels, and height = 1 which
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue