Function avr_oxide::util::debug::print_u32

source ·
pub fn print_u32(val: u32)
Expand description

Print a u32 to the serial port configured with a panic_stdout feature, as a decimal.

If no such feature is enabled, this call does nothing.