Skip to content

Commit 05db380

Browse files
committed
Remove comments
1 parent 529318b commit 05db380

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: .github/workflows/compile-examples.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
matrix:
6262
board: [
63-
{"fqbn": "arduino:samd:arduino_zero_edbg", "type": "usb"}, #normal
63+
{"fqbn": "arduino:samd:arduino_zero_edbg", "type": "usb"},
6464
{"fqbn": "arduino:samd:arduino_zero_native", "type": "usb"},
6565
{"fqbn": "arduino:samd:mkr1000", "type": "usb"},
6666
{"fqbn": "arduino:samd:mkrzero", "type": "usb"},
@@ -73,11 +73,10 @@ jobs:
7373
{"fqbn": "arduino:samd:mkrnb1500", "type": "mkrNB1500"},
7474
{"fqbn": "arduino:samd:mkrvidor4000", "type": "vidor"},
7575
{"fqbn": "arduino:samd:adafruit_circuitplayground_m0", "type": "adafruit_playg"},
76-
{"fqbn": "arduino:samd:mzero_pro_bl_dbg", "type": "mzero"}, #normal
76+
{"fqbn": "arduino:samd:mzero_pro_bl_dbg", "type": "mzero"},
7777
{"fqbn": "arduino:samd:mzero_pro_bl", "type": "mzero"},
7878
{"fqbn": "arduino:samd:mzero_bl", "type": "mzero"},
79-
{"fqbn": "arduino:samd:tian", "type": "tian"} #,
80-
#{"fqbn": "arduino:samd:tian_cons", "type": "usb"} #normal
79+
{"fqbn": "arduino:samd:tian", "type": "tian"}
8180
]
8281

8382
# make board type-specific customizations to the matrix jobs

0 commit comments

Comments
 (0)