Skip to content

Commit fce730d

Browse files
committed
Notes
1 parent 956c469 commit fce730d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/timer.rs

+2
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,8 @@ fn test(tim: pac::TIM16) {
595595
let tim6: *const pac::tim6::RegisterBlock = unsafe {core::mem::transmute(pac::TIM16::ptr())};
596596
}
597597

598+
// TODO: Rename BasicTimer to BasicTimerPeripheral or similar to not be confusing
599+
// by the actual Timer??? or in general, this could replace the Timer implementation?
598600
struct BasicTimer<T> {
599601
_ptr: usize,
600602
real_timer: T,

0 commit comments

Comments
 (0)