mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
3djc/telem rename (#3678)
* Rename EXT option to TELEMETRY * Change test accordingly * Rename FRSKY to TELEMETRY_FRSKY * Rename ARDUPILOT to TELEMETRY_ARDUPILOT * More renames (JETI, MAVLINK, NMEA) * Fixes to make commit-test happy * Further tests added to commit-test * Cleanup * Rename EXTSTD to TELEMETRY_NONE
This commit is contained in:
parent
0b67d412a0
commit
52435703a0
62 changed files with 203 additions and 198 deletions
|
@ -604,7 +604,7 @@ PACK(struct FrSkyTelemetryData {
|
|||
* MAVLINK Telemetry structure
|
||||
*/
|
||||
|
||||
#if defined(MAVLINK)
|
||||
#if defined(TELEMETRY_MAVLINK)
|
||||
PACK(struct MavlinkTelemetryData {
|
||||
uint8_t rc_rssi_scale:4;
|
||||
uint8_t pc_rssi_en:1;
|
||||
|
@ -758,9 +758,9 @@ typedef uint8_t swarnenable_t;
|
|||
#define MODEL_GVARS_DATA GVarData gvars[MAX_GVARS];
|
||||
#endif
|
||||
|
||||
#if defined(MAVLINK)
|
||||
#if defined(TELEMETRY_MAVLINK)
|
||||
#define TELEMETRY_DATA MavlinkTelemetryData mavlink;
|
||||
#elif defined(FRSKY) || !defined(PCBSTD)
|
||||
#elif defined(TELEMETRY_FRSKY) || !defined(PCBSTD)
|
||||
#define TELEMETRY_DATA NOBACKUP(FrSkyTelemetryData frsky);
|
||||
#else
|
||||
#define TELEMETRY_DATA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue