Skip to content

Commit

Permalink
fix some other syntax issues
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Feb 8, 2025
1 parent 68f48b6 commit f695e53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ jobs:
# Espressif
- { chip: esp32c3 }
# Freescale
- { chip: MKW02}
- { chip: MKW22D5 }
- { chip: MK02F12810 }
# Silicon Labs
- { chip: SIM3L1x8_SVD }
# Nordic chips
- { chip: nrf51, options: "-f register_mod::s:_mod" }
- { chip: nrf52, options: "-f register_mod::s:_mod" }
- { chip: nrf51, options: "-- -f register_mod::s:_mod" }
- { chip: nrf52, options: "-- -f register_mod::s:_mod" }
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit f695e53

Please sign in to comment.