Merge #515
515: Downcast timer to GP16 for time drivers. r=lulf a=matoushybl Co-authored-by: Matous Hybl <hyblmatous@gmail.com>
This commit is contained in:
commit
df9a41c3eb
@ -295,7 +295,7 @@ macro_rules! impl_timer {
|
|||||||
type Interrupt = crate::interrupt::$inst;
|
type Interrupt = crate::interrupt::$inst;
|
||||||
|
|
||||||
fn regs() -> TimGp16 {
|
fn regs() -> TimGp16 {
|
||||||
crate::pac::$inst
|
crate::pac::timer::TimGp16(crate::pac::$inst.0)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user