Listing 2-4. lwip_sysboot_threadtype_RunFunction()
Implementation
}
VDK_ThreadCreationBlock TCB = {
};
if ( UINT_MAX == VDK_CreateThreadEx ( &TCB ) )
{
}
}
}
/* Put the thread's exit from "main" HERE */
/* A thread is automatically Destroyed when it exits its run
function */
}
2-14
www.BDTIC.com/ADI
kCaesar_Cipher_ThreadType,
(VDK_ThreadID)0,
0,
(VDK_Priority)0,
(void *) iSocket,
0
printf( "Call to VDK_CreateThreadEx()failed.\n" );
abort();
Getting Started with ADSP-BF537 EZ-KIT Lite
Need help?
Do you have a question about the ADSP-BF537 EZ-KIT Lite and is the answer not in the manual?