pub fn write_bytes(buf: &[u8])Expand description
Write a byte slice to the console output (no formatting, no
newline). Backs the crate::printk! / crate::ove_print!
macros and is safe to call from any thread or ISR.
pub fn write_bytes(buf: &[u8])Write a byte slice to the console output (no formatting, no
newline). Backs the crate::printk! / crate::ove_print!
macros and is safe to call from any thread or ISR.