Sync supported boards and frameworks

This commit is contained in:
Ivan Kravets
2017-12-16 19:19:08 +02:00
parent efceb5db72
commit 170917a927
2 changed files with 2 additions and 2 deletions

View File

@ -335,7 +335,7 @@ Boards
vendors = {}
for data in BOARDS:
frameworks = data['frameworks']
frameworks = data['frameworks'] or []
vendor = data['vendor']
if type_ in frameworks:
if vendor in vendors: