We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8301d5 commit 3a10d07Copy full SHA for 3a10d07
.github/workflows/teensy4.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-latest, macos-latest, windows-latest]
12
- example: [examples/hardware_specific_examples/Teensy/Teensy4/bldc_driver_6pwm_standalone/bldc_driver_6pwm_standalone.ino,examples/hardware_specific_examples/Teensy/Teensy4/open_loop_velocity_6pwm/open_loop_velocity_6pwm.ino|]
+ example: [examples/hardware_specific_examples/Teensy/Teensy4/bldc_driver_6pwm_standalone/bldc_driver_6pwm_standalone.ino, examples/hardware_specific_examples/Teensy/Teensy4/open_loop_velocity_6pwm/open_loop_velocity_6pwm.ino]
13
14
steps:
15
- uses: actions/checkout@v3
0 commit comments