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:
Takumi Ando 2019-02-06 18:30:38 +09:00 committed by Carles Cufí
commit 782a88f2c1

View file

@ -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);