This commit is contained in:
Gordon Williams 2016-11-10 11:52:47 +00:00
parent 9f4347b13c
commit b041fd452c

View File

@ -214,7 +214,7 @@ def get_jsondata(is_for_document, parseArgs = True, board = False):
"filename" : "BOARD.py",
"include" : "platform_config.h"
})
if "BTN" in board.devices:
if "BTN1" in board.devices:
jsondatas.append({
"type" : "variable",
"name" : "BTN",