summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-13 17:09:13 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-13 17:23:56 -0400
commit09785a8499b601abc9eac7640060c12eba962b56 (patch)
tree5ff5f1fa2e7f9927a9e45a7e1ca586bab93d7563 /firmware/drivers
parentb94db707fb7a8ace5c8821ea47d85ec48ca48e26 (diff)
downloadrockbox-09785a8499.tar.gz
rockbox-09785a8499.zip
fix more yellow
Change-Id: I74bad58707d05ea167169d4315c05eb0cd1c8b7b
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/isp1583.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/isp1583.c b/firmware/drivers/isp1583.c
index 80dce59731..f6168d9f28 100644
--- a/firmware/drivers/isp1583.c
+++ b/firmware/drivers/isp1583.c
@@ -365,6 +365,7 @@ static void usb_handle_data_int(int ep, int dir)
endpoints[ep].in_ack = 1;
}
logf("usb_handle_data_int(%d, %d) finished", ep, dir);
+ void(len);
}
bool usb_drv_powered(void)