From bb15ef1516f97334debc2a4e0075ba5eb44aa925 Mon Sep 17 00:00:00 2001 From: Gautier Hattenberger Date: Thu, 18 Oct 2012 18:28:58 +0200 Subject: [PATCH] [servo_switch] include airframe to allow redefinition --- sw/airborne/modules/servo_switch/servo_switch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sw/airborne/modules/servo_switch/servo_switch.h b/sw/airborne/modules/servo_switch/servo_switch.h index c0a3ed7450..b2fbfc2476 100644 --- a/sw/airborne/modules/servo_switch/servo_switch.h +++ b/sw/airborne/modules/servo_switch/servo_switch.h @@ -26,6 +26,7 @@ #include "std.h" #include "paparazzi.h" +#include "generated/airframe.h" extern bool_t servo_switch_on; extern int16_t servo_switch_value;