Closed no111u3 closed 1 year ago
Fix build for latest stable rust, firmware burned and tested.
cc https://github.com/stm32-rs/stm32f7xx-hal/pull/207
It might be a good idea to add a method to RWRegister which returns *mut u32, this value can be then casted to *mut u8/*mut u16 without tricking the compiler.
RWRegister
*mut u32
*mut u8
*mut u16
It seems like this fix no longer works on 1.76.
Fix build for latest stable rust, firmware burned and tested.