mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Merge pull request #2877 from TheAngularity/patch-2
fixed blackbox devicelist
This commit is contained in:
commit
9032c3cbfd
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ static const char * const lookupTableGimbalMode[] = {
|
|||
|
||||
#ifdef BLACKBOX
|
||||
static const char * const lookupTableBlackboxDevice[] = {
|
||||
"SERIAL", "SPIFLASH", "SDCARD"
|
||||
"NONE", "SPIFLASH", "SDCARD", "SERIAL"
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue