improve code readability
it is possible to use traling comma, it does improve git diffs etc.
This commit is contained in:
parent
e8f0e0d97c
commit
b723f94c1f
|
@ -23,14 +23,12 @@ typedef enum {
|
||||||
PAGE_BATTERY,
|
PAGE_BATTERY,
|
||||||
PAGE_SENSORS,
|
PAGE_SENSORS,
|
||||||
PAGE_RX,
|
PAGE_RX,
|
||||||
PAGE_PROFILE
|
PAGE_PROFILE,
|
||||||
#ifdef GPS
|
#ifdef GPS
|
||||||
,
|
PAGE_GPS,
|
||||||
PAGE_GPS
|
|
||||||
#endif
|
#endif
|
||||||
#ifdef ENABLE_DEBUG_OLED_PAGE
|
#ifdef ENABLE_DEBUG_OLED_PAGE
|
||||||
,
|
PAGE_DEBUG,
|
||||||
PAGE_DEBUG
|
|
||||||
#endif
|
#endif
|
||||||
} pageId_e;
|
} pageId_e;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue