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

improve code readability

it is possible to use traling comma, it does improve git diffs etc.
This commit is contained in:
Petr Ledvina 2015-10-09 13:12:27 +02:00 committed by Dominic Clifton
parent e8f0e0d97c
commit b723f94c1f

View file

@ -23,14 +23,12 @@ typedef enum {
PAGE_BATTERY,
PAGE_SENSORS,
PAGE_RX,
PAGE_PROFILE
PAGE_PROFILE,
#ifdef GPS
,
PAGE_GPS
PAGE_GPS,
#endif
#ifdef ENABLE_DEBUG_OLED_PAGE
,
PAGE_DEBUG
PAGE_DEBUG,
#endif
} pageId_e;