Remove debug code
This commit is contained in:
parent
ea67940743
commit
9a21d74273
1 changed files with 0 additions and 7 deletions
|
@ -350,13 +350,6 @@ pub fn main(args: TokenStream, item: TokenStream) -> TokenStream {
|
|||
|
||||
#[cortex_m_rt::entry]
|
||||
fn main() -> ! {
|
||||
rtt_init_print!();
|
||||
unsafe {
|
||||
log::set_logger_racy(&LOGGER).unwrap();
|
||||
}
|
||||
|
||||
log::set_max_level(log::LevelFilter::Trace);
|
||||
log::info!("Hello World!");
|
||||
unsafe fn make_static<T>(t: &mut T) -> &'static mut T {
|
||||
::core::mem::transmute(t)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue