Skip to content

Commit e323d42

Browse files
committed
Notes
1 parent a008b31 commit e323d42

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
@@ -566,6 +566,8 @@ fn test(tim: pac::TIM16) {
566566
let tim6: *const pac::tim6::RegisterBlock = unsafe {core::mem::transmute(pac::TIM16::ptr())};
567567
}
568568

569+
// TODO: Rename BasicTimer to BasicTimerPeripheral or similar to not be confusing
570+
// by the actual Timer??? or in general, this could replace the Timer implementation?
569571
struct BasicTimer<T> {
570572
_ptr: usize,
571573
real_timer: T,

0 commit comments

Comments
 (0)