diff options
| author | goueslati <[email protected]> | 2023-05-22 11:13:22 +0100 |
|---|---|---|
| committer | goueslati <[email protected]> | 2023-05-22 11:13:22 +0100 |
| commit | 059ab358a5bd9102df09e511b190a70684e9c261 (patch) | |
| tree | 65a48eda2b271efaf9cd85e099c82291202bad28 /examples | |
| parent | 12720737e1c099b5626e45946b4f92b606922c2d (diff) | |
stm32/ipcc: uncomment shci init cmd
Diffstat (limited to 'examples')
| -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 be606399f..1008e1e41 100644 --- a/examples/stm32wb/src/bin/tl_mbox_tx_rx.rs +++ b/examples/stm32wb/src/bin/tl_mbox_tx_rx.rs | |||
| @@ -47,7 +47,7 @@ async fn main(_spawner: Spawner) { | |||
| 47 | let mbox = TlMbox::init(&mut ipcc, rx_irq, tx_irq); | 47 | let mbox = TlMbox::init(&mut ipcc, rx_irq, tx_irq); |
| 48 | 48 | ||
| 49 | // initialize ble stack, does not return a response | 49 | // initialize ble stack, does not return a response |
| 50 | // mbox.shci_ble_init(&mut ipcc, Default::default()); | 50 | mbox.shci_ble_init(&mut ipcc, Default::default()); |
| 51 | 51 | ||
| 52 | info!("waiting for coprocessor to boot"); | 52 | info!("waiting for coprocessor to boot"); |
| 53 | let event_box = mbox.read().await; | 53 | let event_box = mbox.read().await; |
