mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-28 07:23:17 +00:00
Merge branch 'master' into SPort_Send
This commit is contained in:
@@ -299,12 +299,12 @@ enum TRAXXAS
|
||||
|
||||
struct PPM_Parameters
|
||||
{
|
||||
uint8_t protocol;
|
||||
uint8_t sub_proto : 3;
|
||||
uint8_t rx_num : 4;
|
||||
uint8_t power : 1;
|
||||
uint8_t autobind : 1;
|
||||
uint8_t option;
|
||||
uint8_t protocol : 6;
|
||||
uint8_t sub_proto : 3;
|
||||
uint8_t rx_num : 4;
|
||||
uint8_t power : 1;
|
||||
uint8_t autobind : 1;
|
||||
int8_t option;
|
||||
uint32_t chan_order;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user