aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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