doc: updated peripherals api-reference for s2

This commit is contained in:
Marius Vikhammer
2019-12-13 11:49:10 +08:00
committed by Angus Gratton
parent 46dab1b4e8
commit 105567d077
24 changed files with 526 additions and 326 deletions

View File

@@ -57,7 +57,6 @@ def main():
build_dir = os.path.realpath(os.path.join(args.build_dir, language, target))
build_docs(language, target, build_dir)
def build_docs(language, target, build_dir):
print("Building language:%s target:%s build_dir:%s" % (language, target, build_dir))
try: