|
#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
|