Skip to content

Commit

Permalink
Fix incorrect/incompatible order for OSD items
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalentity committed Feb 20, 2017
1 parent 010c960 commit 755744d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/io/osd.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ typedef enum {
OSD_MAH_DRAWN,
OSD_GPS_SPEED,
OSD_GPS_SATS,
OSD_ALTITUDE,
OSD_ROLL_PIDS,
OSD_PITCH_PIDS,
OSD_YAW_PIDS,
OSD_POWER,
OSD_GPS_LON,
OSD_GPS_LAT,
OSD_HOME_DIR,
OSD_HOME_DIST,
OSD_HEADING,
OSD_ALTITUDE,
OSD_VARIO,
OSD_VARIO_NUM,
OSD_ROLL_PIDS,
OSD_PITCH_PIDS,
OSD_YAW_PIDS,
OSD_POWER,
OSD_VARIO_NUM,
OSD_ITEM_COUNT // MUST BE LAST
} osd_items_e;

Expand Down

0 comments on commit 755744d

Please sign in to comment.