Tools: don't build -ODID-heli

This commit is contained in:
Andrew Tridgell 2022-08-22 14:35:29 +10:00 committed by Peter Barker
parent 9bf66afee2
commit 252f2ac6f5
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ class BoardList(object):
"omnibusf4pro-one",
"skyviper-f412-rev1",
"*-ODID",
"*-ODID-heli",
]
ret = filter(lambda x : not in_blacklist(blacklist, x), ret)