We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52e5f2b + e08aa51 commit 87a0ccaCopy full SHA for 87a0cca
nrf-hal-common/src/ppi/mod.rs
@@ -82,7 +82,7 @@ pub trait Ppi {
82
}
83
84
/// Traits that extends the [Ppi](trait.Ppi.html) trait, marking a channel as fully configurable.
85
-pub trait ConfigurablePpi {
+pub trait ConfigurablePpi: Ppi {
86
/// Sets the task that must be triggered when the configured event occurs. The user must provide
87
/// a reference to the task.
88
fn set_task_endpoint<T: Task>(&mut self, task: &T);
0 commit comments