1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Convert TRANSPONDER to USE_xxx scheme

This commit is contained in:
jflyper 2017-12-11 01:41:01 +09:00
parent bb79830f03
commit db014752d7
34 changed files with 46 additions and 34 deletions

View file

@ -33,7 +33,7 @@
#define USE_TELEMETRY
#define USE_LED_STRIP
#define USE_SERVOS
#define TRANSPONDER
#define USE_TRANSPONDER
typedef enum
{

View file

@ -50,7 +50,7 @@
#define USE_TELEMETRY_SMARTPORT
#define USE_LED_STRIP
#define USE_SERVOS
#define TRANSPONDER
#define USE_TRANSPONDER
#define USE_VCP
#define USE_UART1
#define USE_UART2