Skip to content

Commit 9fa0075

Browse files
committed
Fix type in previous commit
Signed-off-by: Peter Barada <peter.barada@gmail.com>
1 parent d343504 commit 9fa0075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/stm32h7/weact-stm32h743/src/stm32_usb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ static int usbhost_waiter(int argc, char *argv[])
9191
{
9292
struct usbhost_hubport_s *hport;
9393

94-
UNUNSED(argc);
94+
UNUSED(argc);
9595
UNUSED(argv);
9696

9797
uinfo("Running\n");

0 commit comments

Comments
 (0)