Add support for oddWires IoT-Bus Io debug tool

This commit is contained in:
Ivan Kravets
2018-10-29 19:23:06 +02:00
parent fdbebb178c
commit 67a6f66a35
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: 30c88f6247...faee34e210

View File

@ -822,7 +822,7 @@ Boards
# Debug tools
for tool, platforms in tool_to_platforms.items():
tool_path = join(DOCS_ROOT_DIR, "plus", "debug-tools", "%s.rst" % tool)
assert isfile(tool_path)
assert isfile(tool_path), tool
platforms = sorted(set(platforms))
lines = [".. begin_platforms"]