summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-09-26 14:37:40 +0700
committerhathach <[email protected]>2013-09-26 14:37:40 +0700
commit9d60db0f9f8346965c3f1b49d3ef2f63257cd3ef (patch)
tree40433df8f65b1afd5c3bce51a10ece1f96a03ba8 /tests
parent4bdede53eb5e04a1090849742bab02b132cb588a (diff)
add scsi write10 & test unit ready
done copy command implement get_fattime using __DATE__ and number of calls
Diffstat (limited to 'tests')
-rw-r--r--tests/lpc18xx_43xx/test/host/msc/msch_callback.h2
1 files changed, 1 insertions, 1 deletions
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