1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Merge pull request #2839 from cleanflight/cleanup-dashboard-1

Cleanup some dashboard code.
This commit is contained in:
Dominic Clifton 2017-06-04 13:36:57 +01:00 committed by mikeller
parent a72f98e4f3
commit 15a786d7f1
3 changed files with 64 additions and 98 deletions

View file

@ -35,6 +35,8 @@ typedef enum {
#ifdef ENABLE_DEBUG_DASHBOARD_PAGE
PAGE_DEBUG,
#endif
PAGE_COUNT
} pageId_e;
void dashboardInit(void);