undo T:regs in impl UsbPeripheral
This commit is contained in:
parent
50f151e6bc
commit
cfb5e8df57
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ pub struct UsbBus<'d, T: Instance> {
|
|||
}
|
||||
|
||||
unsafe impl<'d, T: Instance> UsbPeripheral for UsbBus<'d, T> {
|
||||
const REGISTERS: *const () = T::regs as *const ();
|
||||
// todo how to use T::regs
|
||||
const REGISTERS: *const () = pac::USBD::ptr() as *const ();
|
||||
}
|
||||
|
||||
impl<'d, T: Instance> UsbBus<'d, T> {
|
||||
|
|
Loading…
Reference in a new issue