mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
add serial_rx msp
This commit is contained in:
parent
8a5f424421
commit
ed46b4e4ac
7 changed files with 44 additions and 1 deletions
|
@ -112,6 +112,9 @@ int main(void)
|
|||
case SERIALRX_SUMD:
|
||||
sumdInit(&rcReadRawFunc);
|
||||
break;
|
||||
case SERIALRX_MSP:
|
||||
mspInit(&rcReadRawFunc);
|
||||
break;
|
||||
}
|
||||
} else { // spektrum and GPS are mutually exclusive
|
||||
// Optional GPS - available in both PPM and PWM input mode, in PWM input, reduces number of available channels by 2.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue