summaryrefslogtreecommitdiff
path: root/src/class
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-11 16:18:56 +0700
committerhathach <[email protected]>2018-12-11 16:18:56 +0700
commit600fac1845abec7630adda4dc7487f7711a58300 (patch)
tree5c81faed36193ab39ed33fb0073f320ddccac7c8 /src/class
parentdbc560658a900525acd11ffcae2e59839d9c6fe5 (diff)
fix build error with ohci
Diffstat (limited to 'src/class')
-rw-r--r--src/class/cdc/cdc_host.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/class/cdc/cdc_host.c b/src/class/cdc/cdc_host.c
index df07e0683..53f62d684 100644
--- a/src/class/cdc/cdc_host.c
+++ b/src/class/cdc/cdc_host.c
@@ -226,6 +226,7 @@ bool cdch_open(uint8_t rhport, uint8_t dev_addr, tusb_desc_interface_t const *it
void cdch_isr(uint8_t dev_addr, uint8_t ep_addr, xfer_result_t event, uint32_t xferred_bytes)
{
+ (void) ep_addr;
tuh_cdc_xfer_isr( dev_addr, event, 0, xferred_bytes );
}