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:
DrZiplok@gmail.com 2010-09-13 03:50:42 +00:00
parent 3ea33576f6
commit 2f39f95556
1 changed files with 1 additions and 1 deletions

View File

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