#include <nitroWiFi/cps.h>
void CPS_SetThreadPriority(u32 new_prio);
new_prio |
Thread priority |
None.
Sets the thread priority generated internally in the CPS library. Use if a priority besides the default value of 16 is needed. Must give the same or higher priority than applications that use CPS. Does not block. This function can be called even when the CPS library cannot be used.
10/21/2005 Initial version.