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
1 changed files with 3 additions and 5 deletions

View File

@ -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;