Merge pull request #1900 from jflyper/bfdev-fix-ownername-concat

Avoid TRANSPONDERVTX and random owner name
This commit is contained in:
J Blackman 2016-12-28 03:38:30 +11:00 committed by GitHub
commit 4e223df94f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"RX_BIND",
"INVERTER",
"LED_STRIP",
"TRANSPONDER"
"TRANSPONDER",
"VTX",
};