mirror of https://github.com/ArduPilot/ardupilot
Fix class def to match implementation.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@505 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
3ea33576f6
commit
2f39f95556
|
@ -18,7 +18,7 @@ class Waypoints
|
||||||
int32_t lng; // Longitude * 10**7
|
int32_t lng; // Longitude * 10**7
|
||||||
};
|
};
|
||||||
|
|
||||||
WP get_waypoint_with_index(uint16_t i);
|
WP get_waypoint_with_index(uint8_t i);
|
||||||
WP get_current_waypoint(void);
|
WP get_current_waypoint(void);
|
||||||
WP get_next_waypoint(void);
|
WP get_next_waypoint(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue