You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess you must fix like this:
int osal_thread_create(void **thandle, int stacksize, void *func, void *param);
int osal_thread_create_rt(void **thandle, int stacksize, void *func, void *param);
The text was updated successfully, but these errors were encountered:
I guess you must fix like this:
int osal_thread_create(void **thandle, int stacksize, void *func, void *param);
int osal_thread_create_rt(void **thandle, int stacksize, void *func, void *param);
The text was updated successfully, but these errors were encountered: