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:
parent
a72f98e4f3
commit
15a786d7f1
3 changed files with 64 additions and 98 deletions
|
@ -35,6 +35,8 @@ typedef enum {
|
|||
#ifdef ENABLE_DEBUG_DASHBOARD_PAGE
|
||||
PAGE_DEBUG,
|
||||
#endif
|
||||
|
||||
PAGE_COUNT
|
||||
} pageId_e;
|
||||
|
||||
void dashboardInit(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue