aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/uarte.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-nrf/src/uarte.rs')
-rw-r--r--embassy-nrf/src/uarte.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/uarte.rs b/embassy-nrf/src/uarte.rs
index 67ec5d73f..985854a5f 100644
--- a/embassy-nrf/src/uarte.rs
+++ b/embassy-nrf/src/uarte.rs
@@ -461,7 +461,7 @@ pub(crate) mod sealed {
461 } 461 }
462} 462}
463 463
464pub trait Instance: Unborrow<Target = Self> + sealed::Instance + 'static { 464pub trait Instance: Unborrow<Target = Self> + sealed::Instance + 'static + Send {
465 type Interrupt: Interrupt; 465 type Interrupt: Interrupt;
466} 466}
467 467