mirror of
https://github.com/apache/nuttx.git
synced 2026-09-04 08:04:02 +00:00
arch/arm/src/lc823450/lc823450_usbdev.c: Fix a syslog format
This commit is contained in:
parent
61c26de3fe
commit
4c534a86e1
1 changed files with 1 additions and 1 deletions
|
|
@ -806,7 +806,7 @@ static struct usbdev_ep_s *lc823450_allocep(struct usbdev_s *dev,
|
|||
|
||||
if (priv->used & 1 << epphy)
|
||||
{
|
||||
uinfo("ep%d is still used\n");
|
||||
uinfo("ep is still used\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue