1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

added sumd serial receiver support by cesco/Plüschi

This commit is contained in:
dongie 2014-01-31 10:02:50 +09:00
parent 92c0947d7f
commit a695ddd66a
8 changed files with 3410 additions and 3307 deletions

View file

@ -96,10 +96,12 @@ int main(void)
case SERIALRX_SPEKTRUM2048:
spektrumInit(&rcReadRawFunc);
break;
case SERIALRX_SBUS:
sbusInit(&rcReadRawFunc);
break;
case SERIALRX_SUMD:
sumdInit(&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.