AP_InertialSensor: reduce QURT include scope

This commit is contained in:
Pierre Kancir 2017-12-21 18:40:17 +01:00 committed by Francisco Ferreira
parent 14b5c8a6c4
commit 8c8767e964

View File

@ -1,7 +1,7 @@
#include <AP_HAL/AP_HAL.h>
#include "AP_InertialSensor_QURT.h"
#if CONFIG_HAL_BOARD == HAL_BOARD_QURT
#include "AP_InertialSensor_QURT.h"
const extern AP_HAL::HAL& hal;