Update eoe_test.c

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

View File

@ -404,7 +404,6 @@ int main(int argc, char *argv[])
if (argc > 1) if (argc > 1)
{ {
/* create thread to handle slave error handling in OP */ /* create thread to handle slave error handling in OP */
// pthread_create( &thread1, NULL, (void *) &ecatcheck, NULL);
osal_thread_create(&thread1, 128000, &ecatcheck, NULL); osal_thread_create(&thread1, 128000, &ecatcheck, NULL);
/* start cyclic part */ /* start cyclic part */