summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-08-23 23:35:55 +0700
committerhathach <[email protected]>2019-08-23 23:35:55 +0700
commite5e73ed76c71a2ae89437e0df3398a8955f653a6 (patch)
tree3147d4723c68f422a8f133952698e9aaf2bf0355 /tools
parent48c7b80c576a921eb84bc5e9548b791b8ca7c24b (diff)
drop board_* in bsp c file
move hw/cmsis to hw/mcu/nordic since only nrf uses it.
Diffstat (limited to 'tools')
-rw-r--r--tools/build_all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_all.py b/tools/build_all.py
index 9efd79fe2..9c379d0dc 100644
--- a/tools/build_all.py
+++ b/tools/build_all.py
@@ -51,7 +51,7 @@ for example in all_examples:
if build_result.returncode != 0:
exit_status = build_result.returncode
- success = "\033[31mfailed\033[0m"
+ success = "\033[31mfailed\033[0m "
fail_count += 1
else:
success = "\033[32msucceeded\033[0m"