Skip to content

Commit

Permalink
Merge pull request #1314 from iNavFlight/osd-ids-rearrange
Browse files Browse the repository at this point in the history
Fix incorrect/incompatible order for OSD items
  • Loading branch information
digitalentity authored Feb 20, 2017
2 parents 010c960 + 755744d commit 7de1b48
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 7de1b48

Please sign in to comment.