summaryrefslogtreecommitdiff
path: root/apps/recorder/bmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/bmp.h')
-rw-r--r--apps/recorder/bmp.h2
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];
133#endif 133#endif
134 134
135/* Number of data elements in a remote native bitmap width pixels wide */ 135/* Number of data elements in a remote native bitmap width pixels wide */
136#ifdef HAVE_LCD_REMOTE 136#ifdef HAVE_REMOTE_LCD
137#if LCD_REMOTE_DEPTH == 2 && LCD_REMOTE_PIXELFORMAT == HORIZONTAL_PACKING 137#if LCD_REMOTE_DEPTH == 2 && LCD_REMOTE_PIXELFORMAT == HORIZONTAL_PACKING
138#define LCD_REMOTE_BM_WIDTH(width) (((width) + 3) >> 2) 138#define LCD_REMOTE_BM_WIDTH(width) (((width) + 3) >> 2)
139#else 139#else