zephyr/drivers/usb/uhc
Andrei Emeltchenko 8e84d840b5 usb: Fix build for 64 bit platforms
Use proper format for size_t type eliminating warnings of type:

...
error: format '%u' expects argument of type 'unsigned int', but
argument 2 has type 'size_t' {aka 'long unsigned int'}
[-Werror=format=]
...

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2023-02-23 17:51:31 +01:00
..
CMakeLists.txt
Kconfig
Kconfig.max3421e
Kconfig.virtual
uhc_common.c
uhc_common.h
uhc_max3421e.c
uhc_max3421e.h
uhc_virtual.c usb: Fix build for 64 bit platforms 2023-02-23 17:51:31 +01:00