Skip to content

Commit

Permalink
Update simple_test.c
Browse files Browse the repository at this point in the history
  • Loading branch information
rtmagj authored and hefloryd committed Oct 30, 2023
1 parent 42aadc1 commit c5db274
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/linux/simple_test/simple_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ int main(int argc, char *argv[])
if (argc > 1)
{
/* create thread to handle slave error handling in OP */
// pthread_create( &thread1, NULL, (void *) &ecatcheck, NULL);
osal_thread_create(&thread1, 128000, &ecatcheck, NULL);
/* start cyclic part */
simpletest(argv[1]);
Expand Down

0 comments on commit c5db274

Please sign in to comment.