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

Merge pull request #9359 from mikeller/add_osd_to_status

Added OSD status to CLI 'status' output.
This commit is contained in:
Michael Keller 2020-01-16 12:54:11 +13:00 committed by GitHub
commit 54c8477b4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 24 additions and 12 deletions

View file

@ -483,7 +483,7 @@ static const char* const lookupTableDshotBitbangedTimer[] = {
"AUTO", "TIM1", "TIM8"
};
static const char * const lookupTableOsdDisplayPortDevice[] = {
const char * const lookupTableOsdDisplayPortDevice[] = {
"NONE", "AUTO", "MAX7456", "MSP", "FRSKYOSD"
};