Merge pull request #2877 from TheAngularity/patch-2

fixed blackbox devicelist
This commit is contained in:
Martin Budden 2017-04-18 08:16:23 +01:00 committed by GitHub
commit 9032c3cbfd
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ static const char * const lookupTableGimbalMode[] = {
#ifdef BLACKBOX
static const char * const lookupTableBlackboxDevice[] = {
"SERIAL", "SPIFLASH", "SDCARD"
"NONE", "SPIFLASH", "SDCARD", "SERIAL"
};
#endif