diff options
author | Nils Wallménius <nils@rockbox.org> | 2010-07-24 10:51:58 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2010-07-24 10:51:58 +0000 |
commit | d3fd3a372b728fea2b893653b4c90a7c1146ff3b (patch) | |
tree | ccfbb157da598116214c4ad268eef24a9587fe94 /apps/recorder | |
parent | 4eda82ba586dadb780be924120ab0757c2a66e96 (diff) |
s/HAVE_LCD_REMOTE/HAVE_REMOTE_LCD/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27539 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder')
-rw-r--r-- | apps/recorder/bmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/bmp.h b/apps/recorder/bmp.h index c6a34dfd94..31bd0730bd 100644 --- a/apps/recorder/bmp.h +++ b/apps/recorder/bmp.h @@ -133,7 +133,7 @@ extern const unsigned short vi_pattern[4]; #endif /* Number of data elements in a remote native bitmap width pixels wide */ -#ifdef HAVE_LCD_REMOTE +#ifdef HAVE_REMOTE_LCD #if LCD_REMOTE_DEPTH == 2 && LCD_REMOTE_PIXELFORMAT == HORIZONTAL_PACKING #define LCD_REMOTE_BM_WIDTH(width) (((width) + 3) >> 2) #else |