summaryrefslogtreecommitdiff
path: root/firmware/drivers/isp1583.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/isp1583.c')
-rw-r--r--firmware/drivers/isp1583.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/drivers/isp1583.c b/firmware/drivers/isp1583.c
index 26d638171c..f45ff6eb5e 100644
--- a/firmware/drivers/isp1583.c
+++ b/firmware/drivers/isp1583.c
@@ -397,15 +397,16 @@ static void setup_endpoints(void)
397 ZVM_SPECIFIC; 397 ZVM_SPECIFIC;
398} 398}
399 399
400void usb_helper(void) 400#if 0 /* currently unused */
401static void usb_helper(void)
401{ 402{
402 if(ISP1583_GEN_INT_READ & ISP1583_INIT_INTEN_READ) 403 if(ISP1583_GEN_INT_READ & ISP1583_INIT_INTEN_READ)
403 { 404 {
404 logf("Helper detected interrupt... [%d]", (int)current_tick); 405 logf("Helper detected interrupt... [%d]", (int)current_tick);
405 usb_drv_int(); 406 usb_drv_int();
406 } 407 }
407 return;
408} 408}
409#endif
409 410
410void usb_drv_init(void) 411void usb_drv_init(void)
411{ 412{