Skip to content

Commit 0d864d2

Browse files
committed
Fix: invalid FQBN for Arduino Zero (Programming Port).
1 parent 56ca37e commit 0d864d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- fqbn: arduino:samd:arduino_zero_native
3434
platforms: |
3535
- name: arduino:samd
36-
- fqbn: arduino:arduino:samd:arduino_zero_edbg
36+
- fqbn: arduino:samd:arduino_zero_edbg
3737
platforms: |
3838
- name: arduino:samd
3939
- fqbn: arduino:renesas_uno:minima

0 commit comments

Comments
 (0)