Skip to content

Commit 13246f8

Browse files
author
Ladyada
committed
fix typo!
1 parent 57fd2e3 commit 13246f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def build_examples(variant):
7272
print((build_format + '| {:5} |').format('Library', 'Example', 'Result', 'Time'))
7373
print(build_separator)
7474
subprocess.run("arduino --board adafruit:nrf52:cplaynrf52840:softdevice=s140v6,debug=l0 --save-prefs", shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
75-
build_examples('feather52840')
75+
build_examples('cplaynrf52840')
7676

7777

7878
print(build_separator)

0 commit comments

Comments
 (0)