You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we'll need to replace the usart::Event with one that takes usart::{spi,uart}::Events:
pubenumEvent{Spi(spi::Event),Uart(uart::Event),}
and derive strum::FromRepr on the latter. The generics::events::EventHandler implementation will probably have to query the hardware in order to return the correct usart::Event member.
Copied from the internal issue tracker. By @martinmortsell:
The text was updated successfully, but these errors were encountered: