mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
Replace tabs with spaces (#13390)
This commit is contained in:
parent
c6250fee6e
commit
d31daca2ff
1 changed files with 9 additions and 9 deletions
|
@ -625,15 +625,15 @@ static void convertVtxTmData(spektrumVtx_t * vtx)
|
||||||
/*
|
/*
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
UINT8 identifier;
|
UINT8 identifier;
|
||||||
UINT8 sID; // Secondary ID
|
UINT8 sID; // Secondary ID
|
||||||
UINT8 band; // VTX Band (0 = Fatshark, 1 = Raceband, 2 = E, 3 = B, 4 = A, 5-7 = Reserved)
|
UINT8 band; // VTX Band (0 = Fatshark, 1 = Raceband, 2 = E, 3 = B, 4 = A, 5-7 = Reserved)
|
||||||
UINT8 channel; // VTX Channel (0-7)
|
UINT8 channel; // VTX Channel (0-7)
|
||||||
UINT8 pit; // Pit/Race mode (0 = Race, 1 = Pit). Race = (normal operating) mode. Pit = (reduced power) mode. When PIT is set, it overrides all other power settings
|
UINT8 pit; // Pit/Race mode (0 = Race, 1 = Pit). Race = (normal operating) mode. Pit = (reduced power) mode. When PIT is set, it overrides all other power settings
|
||||||
UINT8 power; // VTX Power (0 = Off, 1 = 1mw to 14mW, 2 = 15mW to 25mW, 3 = 26mW to 99mW, 4 = 100mW to 299mW, 5 = 300mW to 600mW, 6 = 601mW+, 7 = manual control)
|
UINT8 power; // VTX Power (0 = Off, 1 = 1mw to 14mW, 2 = 15mW to 25mW, 3 = 26mW to 99mW, 4 = 100mW to 299mW, 5 = 300mW to 600mW, 6 = 601mW+, 7 = manual control)
|
||||||
UINT16 powerDec; // VTX Power as a decimal 1mw/unit
|
UINT16 powerDec; // VTX Power as a decimal 1mw/unit
|
||||||
UINT8 region; // Region (0 = USA, 1 = EU, 0xFF = N/A)
|
UINT8 region; // Region (0 = USA, 1 = EU, 0xFF = N/A)
|
||||||
UINT8 rfu[7]; // reserved
|
UINT8 rfu[7]; // reserved
|
||||||
} STRU_TELE_VTX;
|
} STRU_TELE_VTX;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue