fix build with west zephyr

This commit is contained in:
hathach
2025-10-13 16:46:02 +07:00
parent 84f0cda013
commit e0ee32ce6a
9 changed files with 96 additions and 28 deletions

View File

@ -161,8 +161,8 @@ jobs:
- name: Build
run: |
west build -b pca10056 -d examples/device/cdc_msc/build examples/device/cdc_msc -- -DRTOS=zephyr
west build -b pca10056 -d examples/device/msc_dual_lun/build examples/device/msc_dual_lun -- -DRTOS=zephyr
west build -b nrf52840dk -d examples/device/cdc_msc/build examples/device/cdc_msc -- -DRTOS=zephyr
west build -b nrf52840dk -d examples/device/msc_dual_lun/build examples/device/msc_dual_lun -- -DRTOS=zephyr
# ---------------------------------------
# Hardware in the loop (HIL)