From 0fff8df4911c6df292ce99faa4407448626b5139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Wed, 2 Jul 2014 12:50:25 +0000 Subject: [PATCH] AP_InertialSensor: fix LSM9DS0 test code --- libraries/AP_InertialSensor/examples/LSM9DS0/LSM9DS0.pde | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_InertialSensor/examples/LSM9DS0/LSM9DS0.pde b/libraries/AP_InertialSensor/examples/LSM9DS0/LSM9DS0.pde index bbe97a6fb3..79ef86f62b 100644 --- a/libraries/AP_InertialSensor/examples/LSM9DS0/LSM9DS0.pde +++ b/libraries/AP_InertialSensor/examples/LSM9DS0/LSM9DS0.pde @@ -30,6 +30,7 @@ #include #include #include +#include const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER; AP_InertialSensor_LSM9DS0 ins;