Make the recorder build with HAVE_LCD_FLIP disabled.

Change-Id: I5875dc5c59606867299cc0e30d869b817e879ade
This commit is contained in:
Frank Gevaerts 2012-08-28 21:36:23 +02:00
parent 4999913c50
commit e6fd7d2d1f

View file

@ -439,7 +439,11 @@ bool quick_screen_f3(int button_enter)
qs.items[QUICKSCREEN_RIGHT] =
find_setting(&global_settings.statusbar, NULL);
qs.items[QUICKSCREEN_BOTTOM] =
#ifdef HAVE_LCD_FLIP
find_setting(&global_settings.flip_display, NULL);
#else
NULL;
#endif
qs.callback = NULL;
if (gui_syncquickscreen_run(&qs, button_enter))
{