Skip to content

Commit 3c0d922

Browse files
committed
restrict sketches compiled for atmega
1 parent 46bd320 commit 3c0d922

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ jobs:
2727
platforms: |
2828
- name: arduino:sam
2929
sketch-paths: |
30+
- examples/drivers/simplefocnano/simplefocnano_atmega
3031
- examples/drivers/drv8316
3132
- examples/encoders/calibrated_sensor/calibration_save
3233
- examples/encoders/linearhall
3334
- examples/encoders/mt6816
34-
- examples/smoothing
35+
- examples/encoders/smoothing
3536
report-name-suffix: arduino_sam_due
3637
- fqbn: arduino:samd:nano_33_iot # samd21
3738
platforms: |

0 commit comments

Comments
 (0)