AP_HAL_Linux: Compile RCInput_UDP in all Linux boards

This RCInput is generic enough to be used on every Linux board.
This commit is contained in:
José Roberto de Souza 2015-10-01 11:08:18 -03:00 committed by Andrew Tridgell
parent a4690a7b0a
commit e6f0ba6c8b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include <AP_HAL/AP_HAL.h>
#if CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_BEBOP
#if CONFIG_HAL_BOARD == HAL_BOARD_LINUX
#include "RCInput_UDP.h"
#include <stdio.h>