From 2f39f9555653938245bd8cbb87806955945cbd7b Mon Sep 17 00:00:00 2001 From: "DrZiplok@gmail.com" Date: Mon, 13 Sep 2010 03:50:42 +0000 Subject: [PATCH] Fix class def to match implementation. git-svn-id: https://arducopter.googlecode.com/svn/trunk@505 f9c3cf11-9bcb-44bc-f272-b75c42450872 --- libraries/Waypoints/Waypoints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Waypoints/Waypoints.h b/libraries/Waypoints/Waypoints.h index 7fce5aec91..1059f93ab2 100644 --- a/libraries/Waypoints/Waypoints.h +++ b/libraries/Waypoints/Waypoints.h @@ -18,7 +18,7 @@ class Waypoints 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_next_waypoint(void);