aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src/bin/wpan_ble.rs
diff options
context:
space:
mode:
authorDion Dokter <[email protected]>2024-08-05 15:07:51 +0200
committerDion Dokter <[email protected]>2024-08-05 15:07:51 +0200
commit3cd20814501d03852a3c30facbd204dffcf048db (patch)
tree7d813088df72bffe64b40f531028f9864076fbaa /tests/stm32/src/bin/wpan_ble.rs
parent5884576b88e7ec7e26ec1c9b9f61e253cb0e5ea6 (diff)
Fix tests
Diffstat (limited to 'tests/stm32/src/bin/wpan_ble.rs')
-rw-r--r--tests/stm32/src/bin/wpan_ble.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/src/bin/wpan_ble.rs b/tests/stm32/src/bin/wpan_ble.rs
index 82a540d45..fde1dfa9b 100644
--- a/tests/stm32/src/bin/wpan_ble.rs
+++ b/tests/stm32/src/bin/wpan_ble.rs
@@ -41,7 +41,7 @@ async fn main(spawner: Spawner) {
41 let mut config = config(); 41 let mut config = config();
42 config.rcc = WPAN_DEFAULT; 42 config.rcc = WPAN_DEFAULT;
43 43
44 let p = embassy_stm32::init(config); 44 let p = init_with_config(config);
45 info!("Hello World!"); 45 info!("Hello World!");
46 46
47 let config = Config::default(); 47 let config = Config::default();