aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci.sh b/ci.sh
index d169246bd..05b1d0ad7 100755
--- a/ci.sh
+++ b/ci.sh
@@ -30,7 +30,7 @@ cargo fmt --all -- --check
30 30
31# embassy-stm32f4 31# embassy-stm32f4
32 32
33(cd embassy-stm32f4-examples; cargo build --target thumbv7em-none-eabi --bins) 33(cd embassy-stm32f4-examples; cargo build --target thumbv7em-none-eabi --bins --features stm32f405)
34(cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405) 34(cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405)
35(cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405,defmt) 35(cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405,defmt)
36 36