Skip to content

Commit 2504eae

Browse files
hannobraunYatekii
authored andcommitted
Add missing crate to build script
1 parent 90b89c0 commit 2504eae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cargo build --manifest-path nrf52810-hal/Cargo.toml --target thumbv7em-none-eabi
66
cargo build --manifest-path nrf52832-hal/Cargo.toml
77
cargo build --manifest-path nrf52840-hal/Cargo.toml
88
cargo build --manifest-path boards/adafruit_nrf52pro/Cargo.toml --examples
9+
cargo build --manifest-path boards/adafruit-nrf52-bluefruit-le/Cargo.toml --examples
910
cargo build --manifest-path boards/nRF52-DK/Cargo.toml --examples
1011
cargo build --manifest-path boards/nRF52840-DK/Cargo.toml --examples
1112
cargo build --manifest-path examples/rtfm-demo/Cargo.toml

0 commit comments

Comments
 (0)