9d0e2cb325
There are two problems with how zephyr/subsys/usb is being added to the include path. Firstly it is using the zephyr_library_ API to modify the zephyr library, when the zephyr_ API should have been used. Secondly the code is located in the class directory even though it affects the more general usb directory. This patch fixes these issues. Using zephyr_library_ in this instance works by accident when 'zephyr' is the current library but has not guarantees of working in the future. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no> |
||
---|---|---|
.. | ||
class | ||
CMakeLists.txt | ||
Kconfig | ||
bos.c | ||
os_desc.c | ||
os_desc.h | ||
usb_descriptor.c | ||
usb_descriptor.h | ||
usb_device.c |