driver: usb: nordic: Fix compile warning with newlib
This commit fixes compile warning with CONFIG_NRFX_USB and CONFIG_NEWLIB_LIBC. Signed-off-by: Takumi Ando <takumi.ando@atmark-techno.com>
This commit is contained in:
parent
095d567a86
commit
782a88f2c1
1 changed files with 1 additions and 1 deletions
|
@ -1243,7 +1243,7 @@ static void usbd_work_handler(struct k_work *item)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
LOG_ERR("Unknown USBD event: %"PRIu32".", ev->evt_type);
|
LOG_ERR("Unknown USBD event: %"PRId16".", ev->evt_type);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
usbd_evt_free(ev);
|
usbd_evt_free(ev);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue