diff options
| author | Cameron <[email protected]> | 2023-06-30 11:32:11 +0200 |
|---|---|---|
| committer | Cameron <[email protected]> | 2023-06-30 11:32:11 +0200 |
| commit | d6fde756a8c5f01e2557165fd2bba457143a3586 (patch) | |
| tree | 067f1b99abfc293681a70eef7eed56b2aea51d45 | |
| parent | 2432cece38750220c04fe692d7153d1776220222 (diff) | |
Build failures
| -rw-r--r-- | embassy-nrf/src/ppi/dppi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/ppi/dppi.rs b/embassy-nrf/src/ppi/dppi.rs index 36c1eb8e6..af2267453 100644 --- a/embassy-nrf/src/ppi/dppi.rs +++ b/embassy-nrf/src/ppi/dppi.rs | |||
| @@ -20,7 +20,7 @@ impl<'d, C: ConfigurableChannel> Ppi<'d, C, 1, 1> { | |||
| 20 | impl<'d, C: ConfigurableChannel> Ppi<'d, C, 1, 2> { | 20 | impl<'d, C: ConfigurableChannel> Ppi<'d, C, 1, 2> { |
| 21 | /// Configure PPI channel to trigger both `task1` and `task2` on `event`. | 21 | /// Configure PPI channel to trigger both `task1` and `task2` on `event`. |
| 22 | pub fn new_one_to_two(ch: impl Peripheral<P = C> + 'd, event: Event, task1: Task, task2: Task) -> Self { | 22 | pub fn new_one_to_two(ch: impl Peripheral<P = C> + 'd, event: Event, task1: Task, task2: Task) -> Self { |
| 23 | Ppi::new_many_to_many(ch, [event], [task1, task2]) | 23 | Ppi<'d>::new_many_to_many(ch, [event], [task1, task2]) |
| 24 | } | 24 | } |
| 25 | } | 25 | } |
| 26 | 26 | ||
