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:
Karl Kurbjun 2009-09-02 01:42:18 +00:00
parent 6ed463501a
commit 0f3452e0be

View file

@ -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