AP_BattMonitor: correct names of #defines

This commit is contained in:
Peter Barker 2016-01-21 11:43:39 +11:00 committed by Lucas De Marchi
parent 09525e8568
commit afafcbc4f3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#include <AP_HAL/AP_HAL.h>
#if CONFIG_HAL_BOARD_TYPE == CONFIG_HAL_BOARD_TYPE_LINUX && \
#if CONFIG_HAL_BOARD == HAL_BOARD_LINUX && \
CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_BEBOP
#include "AP_BattMonitor_Bebop.h"