1
0
Fork 0
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:
JuliooCesarMDM 2022-06-30 20:07:56 -03:00
parent 7abe07e9b4
commit 1ce2d3e2f5
6 changed files with 2 additions and 8 deletions

View file

@ -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;