mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-11 06:05:21 -05:00
Remove '\n' from panicf
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27053 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f80c853c7e
commit
7ce6802b48
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ int usb_drv_recv(int ep, void *ptr, int len)
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
if (i>2)
|
if (i>2)
|
||||||
panicf("ep%d CNAK needed %d retries CTRL=%x\n", ep, i, (int)USB_OEP_CTRL(ep));
|
panicf("ep%d CNAK needed %d retries CTRL=%x", ep, i, (int)USB_OEP_CTRL(ep));
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue