Browse Source

Mission: minor comment update

mission-4.1.18
Randy Mackay 11 years ago
parent
commit
f2d9ad41aa
  1. 1
      libraries/AP_Mission/AP_Mission.h

1
libraries/AP_Mission/AP_Mission.h

@ -245,6 +245,7 @@ public: @@ -245,6 +245,7 @@ public:
const Mission_Command& get_current_nav_cmd() const { return _nav_cmd; }
/// get_prev_nav_cmd_index - returns the previous "navigation" commands index (i.e. position in the mission command list)
/// if there was no previous nav command it returns AP_MISSION_CMD_INDEX_NONE
/// we do not return the entire command to save on RAM
uint16_t get_prev_nav_cmd_index() { return _prev_nav_cmd_index; }

Loading…
Cancel
Save