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
the set_print_channel() consumes the channel hence write(channel, buf: &[u8]) can't be used. And rtt_print() doesn't accept &[u8].
The situation when I need to write [u8] is trivial: to echo bytes I receive with read() from down channel.