Skip to content

Commit 161eda1

Browse files
committed
Fix missing function.
1 parent 3034814 commit 161eda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/unix/freertos/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl Thread {
6565

6666
join_mutex.lock();
6767

68-
start_thread(Box::into_raw(main) as *mut u8);
68+
main();
6969

7070
let previous_state = state.swap(EXITED, SeqCst);
7171

0 commit comments

Comments
 (0)