AP_Rangefinder: added #if for VRBRAIN boards.

This commit is contained in:
Emile Castelnuovo 2014-12-30 12:38:16 +01:00 committed by Andrew Tridgell
parent c38b11eec8
commit 3e97592e5c

View File

@ -16,7 +16,7 @@
#include <AP_HAL.h>
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4 || CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
#include "AP_RangeFinder_PX4.h"
#include <sys/types.h>