Skip to content

Commit 70c3222

Browse files
Update nrf-hal-common/src/timer.rs
1 parent 8d49b5e commit 70c3222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf-hal-common/src/timer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,8 @@ impl Instance for TIMER4 {
502502
}
503503
}
504504

505-
#[cfg(any(feature = "52832", feature = "52833", feature = "52840"))]
506505
/// Adds task- and event PPI endpoint getters for CC[4] and CC[5] on supported instances.
506+
#[cfg(any(feature = "52832", feature = "52833", feature = "52840"))]
507507
pub trait ExtendedCCTimer {
508508
fn task_capture_cc4(&self) -> &Reg<u32, TasksCapture3>;
509509
fn task_capture_cc5(&self) -> &Reg<u32, TasksCapture3>;

0 commit comments

Comments
 (0)