apps/examples/hidkbd: Remove call to arch_usbhost_initialize(). That is...
apps/examples/hidkbd: Remove call to arch_usbhost_initialize(). That is violation of the OS interfacing rules and will no longer be supported. USB host should be initialized as part of the normal board bring-up logic as with any other devices and should not involve illegal calls from applications into the OS.
parent
6f3b0615
Please register or sign in to comment