Skip to content

Commit 6646d72

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

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
@@ -93,7 +93,7 @@ pub trait ConfigurablePpi {
9393
pub trait PpiChannelGroup {
9494
/// Returns reference to `tasks_chg[x].en` endpoint for enabling channel group.
9595
fn task_enable(&self) -> &Reg<u32, _EN>;
96-
/// Returns reference to tasks_chg[x].dis endpoint for disabling channel group.
96+
/// Returns reference to `tasks_chg[x].dis` endpoint for disabling channel group.
9797
fn task_disable(&self) -> &Reg<u32, _DIS>;
9898
/// Sets bitmask for PPI channels which shall be included in this channel group.
9999
fn set_channels(&self, mask: u32);

0 commit comments

Comments
 (0)