Update simple_test.c

This commit is contained in:
rtmagj 2023-10-13 15:31:27 +02:00 committed by Hans-Erik Floryd
parent 42aadc190b
commit c5db2741ee
1 changed files with 0 additions and 1 deletions

View File

@ -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]);