From 0dd0bd131ac66ade759b81d2f796713a7088b1db Mon Sep 17 00:00:00 2001
From: Pat Hickey <pat@moreproductive.org>
Date: Thu, 18 Oct 2012 20:53:39 -0700
Subject: [PATCH] Update ArduCopter and ArduPlane dependencies on AP_Menu

---
 ArduCopter/ArduCopter.pde | 1 +
 ArduPlane/ArduPlane.pde   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/ArduCopter/ArduCopter.pde b/ArduCopter/ArduCopter.pde
index 09124ea89..e71803ade 100644
--- a/ArduCopter/ArduCopter.pde
+++ b/ArduCopter/ArduCopter.pde
@@ -62,6 +62,7 @@
 // Libraries
 #include <FastSerial.h>
 #include <AP_Common.h>
+#include <AP_Menu.h>
 #include <Arduino_Mega_ISR_Registry.h>
 #include <APM_RC.h>         // ArduPilot Mega RC Library
 #include <AP_GPS.h>         // ArduPilot GPS library
diff --git a/ArduPlane/ArduPlane.pde b/ArduPlane/ArduPlane.pde
index c72857a7e..fc11d692d 100644
--- a/ArduPlane/ArduPlane.pde
+++ b/ArduPlane/ArduPlane.pde
@@ -27,6 +27,7 @@
 // Libraries
 #include <FastSerial.h>
 #include <AP_Common.h>
+#include <AP_Menu.h>
 #include <Arduino_Mega_ISR_Registry.h>
 #include <APM_RC.h>         // ArduPilot Mega RC Library
 #include <AP_GPS.h>         // ArduPilot GPS library
-- 
GitLab