From 9d60db0f9f8346965c3f1b49d3ef2f63257cd3ef Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 26 Sep 2013 14:37:40 +0700 Subject: add scsi write10 & test unit ready done copy command implement get_fattime using __DATE__ and number of calls --- tests/lpc18xx_43xx/test/host/msc/msch_callback.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/lpc18xx_43xx/test/host/msc/msch_callback.h b/tests/lpc18xx_43xx/test/host/msc/msch_callback.h index b91db23fe..3c75a1c3f 100644 --- a/tests/lpc18xx_43xx/test/host/msc/msch_callback.h +++ b/tests/lpc18xx_43xx/test/host/msc/msch_callback.h @@ -54,7 +54,7 @@ void tusbh_msc_mounted_cb(uint8_t dev_addr); void tusbh_msc_unmounted_isr(uint8_t dev_addr); -void tusbh_msc_isr(uint8_t dev_addr, tusb_event_t event); +void tusbh_msc_isr(uint8_t dev_addr, tusb_event_t event, uint32_t xferred_bytes); #ifdef __cplusplus -- cgit v1.3.1