From c5db2741ee131decd80c94b51afda5f947ce7f95 Mon Sep 17 00:00:00 2001 From: rtmagj <147804786+rtmagj@users.noreply.github.com> Date: Fri, 13 Oct 2023 15:31:27 +0200 Subject: [PATCH] Update simple_test.c --- test/linux/simple_test/simple_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/linux/simple_test/simple_test.c b/test/linux/simple_test/simple_test.c index 721535b0..8b9f70d1 100644 --- a/test/linux/simple_test/simple_test.c +++ b/test/linux/simple_test/simple_test.c @@ -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]);