diff options
author | Amaury Pouly <pamaury@rockbox.org> | 2012-01-07 18:09:23 +0000 |
---|---|---|
committer | Amaury Pouly <pamaury@rockbox.org> | 2012-01-07 18:09:23 +0000 |
commit | 279e90e6540965adefeb7286aaf267caea70229a (patch) | |
tree | fc80e8e23681d138a9680362e693e484fbeb58b7 /firmware/usb.c | |
parent | eb3e1756cf99074bc11ea34a8ba2a567a73a19a8 (diff) | |
download | rockbox-279e90e6540965adefeb7286aaf267caea70229a.tar.gz rockbox-279e90e6540965adefeb7286aaf267caea70229a.tar.bz2 rockbox-279e90e6540965adefeb7286aaf267caea70229a.zip |
usb: fix another typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31601 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/usb.c')
-rw-r--r-- | firmware/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usb.c b/firmware/usb.c index 49c1ef5f8c..56f6fb7230 100644 --- a/firmware/usb.c +++ b/firmware/usb.c @@ -411,7 +411,7 @@ static bool usb_handle_connected_ack(void) } else { - DEBUGF("usb: got ack, %d to go...\n", num_acks_to_expect); + DEBUGF("usb: got ack, %d to go...\n", usb_num_acks_to_expect); } return false; |