From 53c471e8fc1583b055f484db514476ca24c8cd0e Mon Sep 17 00:00:00 2001 From: Pat Hickey <pat@moreproductive.org> Date: Thu, 18 Oct 2012 21:08:37 -0700 Subject: [PATCH] AP_Menu unit test fixup --- libraries/AP_Menu/examples/menu/menu.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Menu/examples/menu/menu.pde b/libraries/AP_Menu/examples/menu/menu.pde index 32d016e53..e2904e12d 100644 --- a/libraries/AP_Menu/examples/menu/menu.pde +++ b/libraries/AP_Menu/examples/menu/menu.pde @@ -1,7 +1,7 @@ #include <FastSerial.h> #include <AP_Common.h> -#include <AP_Param.h> +#include <AP_Math.h> #include <AP_Menu.h> FastSerialPort0(Serial); -- GitLab