Skip to content

Commit

Permalink
remove pin
Browse files Browse the repository at this point in the history
  • Loading branch information
ouz-a committed Dec 14, 2022
1 parent de45162 commit f1ca63a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion applications/porthole/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ pub fn main(_args: Vec<String>) -> isize {

let _task_ref = match spawn::new_task_builder(port_loop, (mouse_consumer, key_consumer))
.name("port_loop".to_string())
.pin_on_core(0)
.spawn()
{
Ok(task_ref) => task_ref,
Expand Down

0 comments on commit f1ca63a

Please sign in to comment.