Skip to content

Commit

Permalink
test: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Sep 12, 2024
1 parent 726d017 commit c91ebba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_no_std/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use core::fmt::Write;

#[no_mangle]
pub extern "C" fn _start() -> ! {
// readme_example();
readme_example();
display();
exit(0);
}
Expand Down

0 comments on commit c91ebba

Please sign in to comment.