3 #include <AP_HAL/AP_HAL_Boards.h>
5 #ifndef AP_FRSKY_TELEM_ENABLED
6 #define AP_FRSKY_TELEM_ENABLED 1
9 #ifndef AP_FRSKY_D_TELEM_ENABLED
10 #define AP_FRSKY_D_TELEM_ENABLED AP_FRSKY_TELEM_ENABLED
13 #ifndef AP_FRSKY_SPORT_TELEM_ENABLED
14 #define AP_FRSKY_SPORT_TELEM_ENABLED AP_FRSKY_TELEM_ENABLED
17 #ifndef AP_FRSKY_SPORT_PASSTHROUGH_ENABLED
18 #define AP_FRSKY_SPORT_PASSTHROUGH_ENABLED AP_FRSKY_SPORT_TELEM_ENABLED
21 #ifndef HAL_WITH_FRSKY_TELEM_BIDIRECTIONAL
22 #define HAL_WITH_FRSKY_TELEM_BIDIRECTIONAL AP_FRSKY_SPORT_PASSTHROUGH_ENABLED