Update simple_test.c
This commit is contained in:
parent
42aadc190b
commit
c5db2741ee
|
@ -235,7 +235,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 */
|
||||||
simpletest(argv[1]);
|
simpletest(argv[1]);
|
||||||
|
|
Loading…
Reference in New Issue