todo!() { /* proc-macro */ }
Expand description
Just like the core::todo!
macro but defmt
is used to log the panic message
If used, the format string must follow the defmt syntax (documented in the manual)
todo!() { /* proc-macro */ }
Just like the core::todo!
macro but defmt
is used to log the panic message
If used, the format string must follow the defmt syntax (documented in the manual)