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 34e0fea commit 75d038a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ngscope_refactor/app/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ int main()
prog_args.nof_decoder = 1;
prog_args.disable_plots = true;

prog_args.rf_args = (char*)malloc(100 * sizeof(char));
strcpy(prog_args.rf_args, "serial=180015");

pthread_t main_thd;
pthread_create(&main_thd, NULL, task_scheduler_thread, (void*)(&prog_args));

Expand Down

0 comments on commit 75d038a

Please sign in to comment.