1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Added DJI_HDL to the RX protocol list for CLI. (#8213)

Added DJI_HDL to the RX protocol list for CLI.
This commit is contained in:
Michael Keller 2019-05-09 01:01:28 +12:00 committed by GitHub
commit a109aab7ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -219,6 +219,7 @@ static const char * const lookupTableSerialRX[] = {
"SRXL",
"CUSTOM",
"FPORT",
"DJI_HDL",
};
#endif