We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, atmega-hal contains two custom implementations of UsartOps for two MCUs where the default impl doesn't work (ATmega8, ATmega128):
atmega-hal
UsartOps
avr-hal/mcu/atmega-hal/src/usart.rs
Lines 116 to 341 in 7b32122
We should update the impl_usart_traditional!{} macro to support the slight changes which are needed for these two implementations.
impl_usart_traditional!{}
The text was updated successfully, but these errors were encountered:
Ref #397 and #384.
Sorry, something went wrong.
No branches or pull requests
Right now,
atmega-hal
contains two custom implementations ofUsartOps
for two MCUs where the default impl doesn't work (ATmega8, ATmega128):avr-hal/mcu/atmega-hal/src/usart.rs
Lines 116 to 341 in 7b32122
We should update the
impl_usart_traditional!{}
macro to support the slight changes which are needed for these two implementations.The text was updated successfully, but these errors were encountered: