osal clean up

- task create, task def macros
This commit is contained in:
hathach
2018-02-28 14:21:31 +07:00
parent 5efad7412f
commit 9b7cd608aa
20 changed files with 360 additions and 287 deletions
+3 -1
View File
@@ -156,8 +156,10 @@ msc_csw_status_t tusbd_msc_scsi_cb (uint8_t coreid, uint8_t lun, uint8_t scsi_cm
//--------------------------------------------------------------------+
// APPLICATION CODE
//--------------------------------------------------------------------+
OSAL_TASK_FUNCTION( msc_device_app_task , p_task_para)
void msc_device_app_task(void* param)
{ // no need to implement the task yet
(void) param;
OSAL_TASK_LOOP_BEGIN
OSAL_TASK_LOOP_END