diff options
| author | hathach <[email protected]> | 2020-04-07 21:47:24 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-07 21:47:24 +0700 |
| commit | 4265dfb2dea33deb495e630f5085d190634bc11e (patch) | |
| tree | 4e7b1e3ad9eb1db87c453a09e44124e9ffe3d4f4 /tools | |
| parent | 353aa8081495e0a5ccf970513bbcff495dc5f71d (diff) | |
minor clean up
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build_esp32s.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build_esp32s.py b/tools/build_esp32s.py index 33b122ea6..0708ced80 100644 --- a/tools/build_esp32s.py +++ b/tools/build_esp32s.py @@ -59,6 +59,7 @@ def skip_example(example, board): print(build_separator) print(build_format.format('Example', 'Board', 'Result', 'Time', 'Flash', 'SRAM')) +print(build_separator) for example in all_examples: for board in all_boards: |
