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
+1 -1
View File
@@ -70,7 +70,7 @@ issue at github.com/hathach/tinyusb"
#endif
void msc_device_app_init(void);
OSAL_TASK_FUNCTION( msc_device_app_task , p_task_para);
void msc_device_app_task(void* param);
extern scsi_sense_fixed_data_t mscd_sense_data;