summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-13 19:32:07 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-13 19:45:03 -0400
commit26bebd77abe94abd415ff46d67b52153dd19f85b (patch)
tree59922d7da82611fd2951051a0e7869a325d2bff1 /firmware/drivers
parente2adc6781fded00884ddb0161eb0f53b967f4785 (diff)
downloadrockbox-26bebd77abe94abd415ff46d67b52153dd19f85b.tar.gz
rockbox-26bebd77abe94abd415ff46d67b52153dd19f85b.zip
Fix more red.
Change-Id: Id1a45b420f8eb70a25010b058822b78f80db33d8
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/isp1583.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/isp1583.c b/firmware/drivers/isp1583.c
index f6168d9f28..c028d2fa01 100644
--- a/firmware/drivers/isp1583.c
+++ b/firmware/drivers/isp1583.c
@@ -365,7 +365,7 @@ static void usb_handle_data_int(int ep, int dir)
365 endpoints[ep].in_ack = 1; 365 endpoints[ep].in_ack = 1;
366 } 366 }
367 logf("usb_handle_data_int(%d, %d) finished", ep, dir); 367 logf("usb_handle_data_int(%d, %d) finished", ep, dir);
368 void(len); 368 (void)len;
369} 369}
370 370
371bool usb_drv_powered(void) 371bool usb_drv_powered(void)