stm32-rs / stm32f7xx-hal

A Rust embedded-hal HAL for all MCUs in the STM32 F7 family
Apache License 2.0
117 stars 68 forks source link

Renamed template parameters in serial.rs #205

Closed rtvd closed 1 year ago

rtvd commented 1 year ago

USART -> U

This is due to the fact that a) some of the instances are not actually USARTs but UARTs b) the old name can cause confusing if "USART" needs to be used for actual USARTs