mirror of https://github.com/ArduPilot/ardupilot
11 lines
277 B
C
11 lines
277 B
C
|
#pragma once
|
||
|
|
||
|
#include <AP_Frsky_Telem/AP_Frsky_config.h>
|
||
|
|
||
|
#ifndef AP_RCPROTOCOL_FPORT_ENABLED
|
||
|
#define AP_RCPROTOCOL_FPORT_ENABLED AP_FRSKY_SPORT_TELEM_ENABLED
|
||
|
#endif
|
||
|
#ifndef AP_RCPROTOCOL_FPORT2_ENABLED
|
||
|
#define AP_RCPROTOCOL_FPORT2_ENABLED AP_FRSKY_SPORT_TELEM_ENABLED
|
||
|
#endif
|