Compare commits

..

1 Commits

Author SHA1 Message Date
67af1bb9b5 PAC update 2025-02-14 16:02:11 +01:00

View File

@ -13,7 +13,7 @@ jobs:
- run: cargo check --target thumbv6m-none-eabi
- run: cargo check --target thumbv6m-none-eabi --examples
- run: cargo check -p va108xx --target thumbv6m-none-eabi --all-features
- run: cargo check -p va108xx-hal --target thumbv6m-none-eabi --featurs "defmt"
- run: cargo check -p va108xx-hal --target thumbv6m-none-eabi --features "defmt"
test:
name: Run Tests