aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme S. Salustiano <[email protected]>2024-02-07 18:22:47 +0100
committerGuilherme S. Salustiano <[email protected]>2024-02-07 18:22:47 +0100
commit3ad45655ecea36d54f8024b5fbdad461dc07ed69 (patch)
tree164a374370f1da098184d032d55f9c93ac4348a2
parentadd78943146cb929d51830c1f1c74c51dd3a5d57 (diff)
ci rerun
-rw-r--r--embassy-nrf/src/radio/ble.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/radio/ble.rs b/embassy-nrf/src/radio/ble.rs
index def941796..369b49c55 100644
--- a/embassy-nrf/src/radio/ble.rs
+++ b/embassy-nrf/src/radio/ble.rs
@@ -35,7 +35,7 @@ pub enum Error {
35 BufferTooLong, 35 BufferTooLong,
36 /// Buffer was to short. 36 /// Buffer was to short.
37 BufferTooShort, 37 BufferTooShort,
38 /// The buffer is not in data RAM. It's most likely in flash, and nRF's DMA cannot access flash. 38 /// The buffer is not in data RAM. It is most likely in flash, and nRF's DMA cannot access flash.
39 BufferNotInRAM, 39 BufferNotInRAM,
40} 40}
41 41