From 88a25b042aee96a73bdfbc44409bd8f6cd15035a Mon Sep 17 00:00:00 2001 From: Thales Fragoso Date: Thu, 18 Mar 2021 22:23:09 -0300 Subject: F4: Fix compilation for other MCUs --- ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci.sh') 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 # embassy-stm32f4 -(cd embassy-stm32f4-examples; cargo build --target thumbv7em-none-eabi --bins) +(cd embassy-stm32f4-examples; cargo build --target thumbv7em-none-eabi --bins --features stm32f405) (cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405) (cd embassy-stm32f4; cargo build --target thumbv7em-none-eabi --features stm32f405,defmt) -- cgit