diff --git a/include/osal/osal_thread.h b/include/osal/osal_thread.h index 136783e10b60c2d326024f4a239bf9b6407a76db..c17ce9f82f16255bbb532eeef0796ec38e40f4ea 100644 --- a/include/osal/osal_thread.h +++ b/include/osal/osal_thread.h @@ -71,7 +71,7 @@ struct OsalThreadParam { * @since 1.0 * @version 1.0 */ -typedef int (*OsalThreadEntry)(void *); +typedef void* (*OsalThreadEntry)(void *); /** * @brief Describes a thread.