summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usb.c b/firmware/usb.c
index bb00a1be5f..f115a92407 100644
--- a/firmware/usb.c
+++ b/firmware/usb.c
@@ -315,7 +315,7 @@ static void usb_thread(void)
315 We subtract one for our own thread. */ 315 We subtract one for our own thread. */
316 num_acks_to_expect = queue_broadcast(SYS_USB_CONNECTED, 0) - 1; 316 num_acks_to_expect = queue_broadcast(SYS_USB_CONNECTED, 0) - 1;
317 DEBUGF("USB inserted. Waiting for ack from %d threads...\n", 317 DEBUGF("USB inserted. Waiting for ack from %d threads...\n",
318 num_acks_for_connect); 318 num_acks_to_expect);
319 break; 319 break;
320 320
321 case SYS_USB_CONNECTED_ACK: 321 case SYS_USB_CONNECTED_ACK: