Skip to content

Commit f695e53

Browse files
committed
fix some other syntax issues
1 parent 68f48b6 commit f695e53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ jobs:
137137
# Espressif
138138
- { chip: esp32c3 }
139139
# Freescale
140-
- { chip: MKW02}
140+
- { chip: MKW22D5 }
141141
- { chip: MK02F12810 }
142142
# Silicon Labs
143143
- { chip: SIM3L1x8_SVD }
144144
# Nordic chips
145-
- { chip: nrf51, options: "-f register_mod::s:_mod" }
146-
- { chip: nrf52, options: "-f register_mod::s:_mod" }
145+
- { chip: nrf51, options: "-- -f register_mod::s:_mod" }
146+
- { chip: nrf52, options: "-- -f register_mod::s:_mod" }
147147
steps:
148148
- uses: actions/checkout@v4
149149

0 commit comments

Comments
 (0)