Make the recorder build with HAVE_LCD_FLIP disabled.
Change-Id: I5875dc5c59606867299cc0e30d869b817e879ade
This commit is contained in:
parent
4999913c50
commit
e6fd7d2d1f
1 changed files with 4 additions and 0 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue