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 this doesn't make any sense, as it either requires Clone/Copy implementations for the channel type (which might be undesirable, as it limits the HAL design). I believe the methods should take shared or mutable references, as appropriate.
Also see #244 and and #246, which are about the same problem, but regarding the PWM trait.
The text was updated successfully, but these errors were encountered:
I think this doesn't make any sense, as it either requires
Clone
/Copy
implementations for the channel type (which might be undesirable, as it limits the HAL design). I believe the methods should take shared or mutable references, as appropriate.Also see #244 and and #246, which are about the same problem, but regarding the
PWM
trait.The text was updated successfully, but these errors were encountered: