From 42aadc190b99681a38803ba01dffbe719dc83a94 Mon Sep 17 00:00:00 2001 From: rtmagj <147804786+rtmagj@users.noreply.github.com> Date: Fri, 13 Oct 2023 15:31:01 +0200 Subject: [PATCH] Update eoe_test.c --- test/linux/eoe_test/eoe_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/linux/eoe_test/eoe_test.c b/test/linux/eoe_test/eoe_test.c index be98ed5..58c8048 100644 --- a/test/linux/eoe_test/eoe_test.c +++ b/test/linux/eoe_test/eoe_test.c @@ -404,7 +404,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 */