stm32f3xx-hal icon indicating copy to clipboard operation
stm32f3xx-hal copied to clipboard

Typo in method name and inconsistance between traits

Open pythcoiner opened this issue 1 year ago • 0 comments

Typo in configure_intter(r)upt()
_____________________ ^ __ ^

https://github.com/stm32-rs/stm32f3xx-hal/blob/b0cead18208099b94a085fb634d0db4e75ac6e4d/src/dma.rs#L408

Also signatures are non consistent between dma::Channel and serial::Serial:

https://github.com/stm32-rs/stm32f3xx-hal/blob/b0cead18208099b94a085fb634d0db4e75ac6e4d/src/serial.rs#L495

I can PR if you think it worth a breaking change on dma::Channel ....

pythcoiner avatar Feb 14 '24 16:02 pythcoiner