doc update

This commit is contained in:
hathach
2020-04-01 20:56:46 +07:00
parent 19f977a274
commit ff9ceb65d2
4 changed files with 16 additions and 15 deletions

View File

@@ -94,10 +94,7 @@ for example in all_examples:
if build_result.returncode != 0:
print(build_result.stdout.decode("utf-8"))
# FreeRTOS example
# example = 'cdc_msc_hid_freertos'
# board = 'pca10056'
# build_example(example, board)
total_time = time.monotonic() - total_time
print(build_separator)