diff --git a/src/user/bin/shell.rs b/src/user/bin/shell.rs index e48018e..46577ec 100644 --- a/src/user/bin/shell.rs +++ b/src/user/bin/shell.rs @@ -252,6 +252,7 @@ struct CmdHistory { } async fn setup_ui() { + serial_println!("idk"); let label= Widget::insert(CgLabel::new( String::from("test label"), Position::new(1, 1),