change OSAL_TASK_FUNCTION to adapt with cmsis rtx
This commit is contained in:
@@ -147,7 +147,7 @@ void msc_app_init(void)
|
||||
}
|
||||
|
||||
//------------- main task -------------//
|
||||
OSAL_TASK_FUNCTION( msc_app_task ) (void* p_task_para)
|
||||
OSAL_TASK_FUNCTION( msc_app_task, p_task_para)
|
||||
{
|
||||
(void) p_task_para;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user