diff options
| author | Erik Bånvik <[email protected]> | 2024-03-03 01:12:08 +0100 |
|---|---|---|
| committer | Erik Bånvik <[email protected]> | 2024-03-03 01:12:08 +0100 |
| commit | 047b20cee42e4438bcf054c4f94812c4895508e7 (patch) | |
| tree | e6afc54fb834ba6d651fdc6e7c309aa1203b713a | |
| parent | 8eac5d07f65e642ca4ad763ffe90bad97803089c (diff) | |
Export Error in BLE module
| -rw-r--r-- | embassy-nrf/src/radio/ble.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-nrf/src/radio/ble.rs b/embassy-nrf/src/radio/ble.rs index ecf8cc5eb..93c701de0 100644 --- a/embassy-nrf/src/radio/ble.rs +++ b/embassy-nrf/src/radio/ble.rs | |||
| @@ -12,6 +12,7 @@ use pac::radio::state::STATE_A as RadioState; | |||
| 12 | pub use pac::radio::txpower::TXPOWER_A as TxPower; | 12 | pub use pac::radio::txpower::TXPOWER_A as TxPower; |
| 13 | 13 | ||
| 14 | use crate::interrupt::typelevel::Interrupt; | 14 | use crate::interrupt::typelevel::Interrupt; |
| 15 | pub use crate::radio::Error; | ||
| 15 | use crate::radio::*; | 16 | use crate::radio::*; |
| 16 | use crate::util::slice_in_ram_or; | 17 | use crate::util::slice_in_ram_or; |
| 17 | 18 | ||
