complete msc demo with lpc13uxx with readonly flash

This commit is contained in:
hathach
2013-11-26 13:58:13 +07:00
parent 8f70a6a886
commit 47d8af7111
4 changed files with 36 additions and 3 deletions
+2
View File
@@ -75,6 +75,8 @@ issue at github.com/hathach/tinyusb"
void msc_dev_app_init(void);
OSAL_TASK_FUNCTION( msc_dev_app_task ) (void* p_task_para);
extern scsi_sense_fixed_data_t mscd_sense_data;
#else
#define msc_dev_app_init()