stm32f3xx-hal
stm32f3xx-hal copied to clipboard
Rename AlreadyCancled and configure_intterupt
This corrects some typos in documentation comments and renames the AlreadyCancled type to AlreadyCanceled. In order to not make it a breaking change, a type alias was introduced alongside a deprecation notice.
This also resolves the configure_intterupt typo reported in #360.