summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.c')
-rw-r--r--apps/gui/gwps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index 47cc05aad2..4d50740182 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -61,6 +61,7 @@
61#include "backdrop.h" 61#include "backdrop.h"
62#include "quickscreen.h" 62#include "quickscreen.h"
63#include "pitchscreen.h" 63#include "pitchscreen.h"
64#include "appevents.h"
64 65
65/* currently only on wps_state is needed */ 66/* currently only on wps_state is needed */
66struct wps_state wps_state; 67struct wps_state wps_state;
@@ -820,7 +821,7 @@ void gui_sync_wps_init(void)
820 gui_wps_set_statusbar(&gui_wps[i], &statusbars.statusbars[i]); 821 gui_wps_set_statusbar(&gui_wps[i], &statusbars.statusbars[i]);
821 } 822 }
822#ifdef HAVE_LCD_BITMAP 823#ifdef HAVE_LCD_BITMAP
823 add_event(STATUSBAR_TOGGLE_EVENT, false, statusbar_toggle_handler); 824 add_event(GUI_EVENT_STATUSBAR_TOGGLE, false, statusbar_toggle_handler);
824#endif 825#endif
825#if LCD_DEPTH > 1 826#if LCD_DEPTH > 1
826 unload_wps_backdrop(); 827 unload_wps_backdrop();