Skip to content

Commit 93ef850

Browse files
Fixed wrong indentation on clear_counter
Co-authored-by: Jonas Schievink <[email protected]>
1 parent 4b2b0d5 commit 93ef850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf-hal-common/src/rtc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ where
203203
self.periph.counter.read().bits()
204204
}
205205

206-
/// Clear the Real Time Counter
206+
/// Clear the Real Time Counter
207207
pub fn clear_counter(&self) {
208208
unsafe {
209209
self.periph.tasks_clear.write(|w| w.bits(1));

0 commit comments

Comments
 (0)