Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanArkhipov1999 committed Feb 7, 2024
1 parent 2f9faef commit 12799b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ lazy_static! {
pub extern "C" fn init_timer() {
TIMER.start();
thread::sleep(Duration::from_millis(5));
TIMER.stop();
}

#[no_mangle]
Expand Down

0 comments on commit 12799b7

Please sign in to comment.