Skip to content

Commit

Permalink
task scheduler reconstruct
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyaxiongfly committed Nov 20, 2023
1 parent 59157d2 commit ba8ad77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ngscope_refactor/app/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ int main()
strcpy(prog_args.rf_args, "serial=180015");

pthread_t main_thd;
printf("start the thread!\n");
pthread_create(&main_thd, NULL, task_scheduler_thread, (void*)(&prog_args));

return 1;
Expand Down

0 comments on commit ba8ad77

Please sign in to comment.