diff options
| author | goueslati <[email protected]> | 2023-05-22 10:52:05 +0100 |
|---|---|---|
| committer | goueslati <[email protected]> | 2023-05-22 10:52:05 +0100 |
| commit | 12720737e1c099b5626e45946b4f92b606922c2d (patch) | |
| tree | 6239ef46e4cb700f79d2fb65ee9880c8d5380e2a | |
| parent | d1dfaa190518df6adc66ab0716236bac3fe5f894 (diff) | |
stm32/ipcc: fix incorrect example
| -rw-r--r-- | examples/stm32wb/src/bin/tl_mbox_tx_rx.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wb/src/bin/tl_mbox_tx_rx.rs b/examples/stm32wb/src/bin/tl_mbox_tx_rx.rs index ff506338d..be606399f 100644 --- a/examples/stm32wb/src/bin/tl_mbox_tx_rx.rs +++ b/examples/stm32wb/src/bin/tl_mbox_tx_rx.rs | |||
| @@ -75,7 +75,7 @@ async fn main(_spawner: Spawner) { | |||
| 75 | mbox.shci_ble_init(&mut ipcc, Default::default()); | 75 | mbox.shci_ble_init(&mut ipcc, Default::default()); |
| 76 | 76 | ||
| 77 | info!("resetting BLE"); | 77 | info!("resetting BLE"); |
| 78 | mbox.send_ble_cmd(&mut ipcc, &[0x01, 0x03, 0x0c]); | 78 | mbox.send_ble_cmd(&mut ipcc, &[0x01, 0x03, 0x0c, 0x00, 0x00]); |
| 79 | 79 | ||
| 80 | let event_box = mbox.read().await; | 80 | let event_box = mbox.read().await; |
| 81 | 81 | ||
