Skip to content

Commit

Permalink
remove getResume
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Nov 11, 2024
1 parent 7c04d0d commit 936c867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/base/sim/control.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ namespace pxsim.control {
type: "simulator",
command: "single"
})
const cb = getResume();
}
export function waitMicros(micros: number) {
thread.pause(micros / 1000); // it prempts not much we can do here.
Expand Down

0 comments on commit 936c867

Please sign in to comment.