mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 00:35:34 +03:00
Remove an unused definition
This commit is contained in:
parent
7abe07e9b4
commit
1ce2d3e2f5
6 changed files with 2 additions and 8 deletions
|
@ -161,10 +161,9 @@ typedef enum {
|
|||
} mspFlashfsFlags_e;
|
||||
|
||||
typedef enum {
|
||||
MSP_PASSTHROUGH_SERIAL_ID = 0xFD,
|
||||
MSP_PASSTHROUGH_SERIAL_ID = 0xFD,
|
||||
MSP_PASSTHROUGH_SERIAL_FUNCTION_ID = 0xFE,
|
||||
|
||||
MSP_PASSTHROUGH_ESC_4WAY = 0xFF,
|
||||
MSP_PASSTHROUGH_ESC_4WAY = 0xFF,
|
||||
} mspPassthroughType_e;
|
||||
|
||||
static uint8_t mspPassthroughMode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue