diff options
Diffstat (limited to 'embassy-nrf/src/timer.rs')
| -rw-r--r-- | embassy-nrf/src/timer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/timer.rs b/embassy-nrf/src/timer.rs index a6e91f228..7ff35c320 100644 --- a/embassy-nrf/src/timer.rs +++ b/embassy-nrf/src/timer.rs | |||
| @@ -29,7 +29,7 @@ pub(crate) mod sealed { | |||
| 29 | pub trait ExtendedInstance {} | 29 | pub trait ExtendedInstance {} |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | pub trait Instance: Unborrow<Target = Self> + sealed::Instance + 'static { | 32 | pub trait Instance: Unborrow<Target = Self> + sealed::Instance + 'static + Send { |
| 33 | type Interrupt: Interrupt; | 33 | type Interrupt: Interrupt; |
| 34 | } | 34 | } |
| 35 | pub trait ExtendedInstance: Instance + sealed::ExtendedInstance {} | 35 | pub trait ExtendedInstance: Instance + sealed::ExtendedInstance {} |
