[][src]Function dwm1001::debug::init

pub fn init()

Initializes the debug output, if semihosting is enabled

You should add a call to this function to the start any program that uses print! or println!. If semihosting is enabled via the semihosting feature, this function will initialize it. If the semihosting feature is not enabled, this function does nothing.