Skip to content

Commit 610df41

Browse files
Update nrf-hal-common/src/ppi/mod.rs
Co-authored-by: Jonas Schievink <[email protected]>
1 parent 4841ba0 commit 610df41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf-hal-common/src/ppi/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pub trait ConfigurablePpi {
9191

9292
/// Trait for a PPI channel group.
9393
pub trait PpiChannelGroup {
94-
/// Returns reference to tasks_chg[x].en endpoint for enabling channel group.
94+
/// Returns reference to `tasks_chg[x].en` endpoint for enabling channel group.
9595
fn task_enable(&self) -> &Reg<u32, _EN>;
9696
/// Returns reference to tasks_chg[x].dis endpoint for disabling channel group.
9797
fn task_disable(&self) -> &Reg<u32, _DIS>;

0 commit comments

Comments
 (0)