1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

Added CRSF to SERIAL_RX lookup table

This commit is contained in:
Martin Budden 2016-10-25 15:50:30 +01:00
parent 890eab203b
commit 7cde105c24

View file

@ -435,7 +435,8 @@ static const char * const lookupTableSerialRX[] = {
"XB-B",
"XB-B-RJ01",
"IBUS",
"JETIEXBUS"
"JETIEXBUS",
"CRSF"
};
#endif