Skip to content

Commit eb6b5d1

Browse files
committed
Unused ok
1 parent 2cd73ca commit eb6b5d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/host/usbh.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,9 @@ uint8_t tuh_i_product_get(uint8_t dev_addr) {
282282
static tuh_complete_cb_t string_get_cb;
283283

284284
static bool string_get_complete (uint8_t dev_addr, tusb_control_request_t const * request, xfer_result_t result) {
285+
(void) dev_addr;
286+
(void) request;
285287
if (string_get_cb != NULL) {
286-
TU_LOG2("string get done %d\r\n", result);
287288
string_get_cb(result);
288289
}
289290
string_get_cb = NULL;

0 commit comments

Comments
 (0)