usb: move headers to include/usb/class
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
05609bd6fc
commit
71a927955e
|
@ -44,7 +44,7 @@
|
|||
#include <string.h>
|
||||
#include <misc/byteorder.h>
|
||||
#include <logging/sys_log.h>
|
||||
#include "cdc_acm.h"
|
||||
#include <usb/class/cdc_acm.h>
|
||||
#include <usb/usb_device.h>
|
||||
#include <usb/usb_common.h>
|
||||
#include "webusb_serial.h"
|
||||
|
|
|
@ -42,9 +42,9 @@
|
|||
#include <uart.h>
|
||||
#include <string.h>
|
||||
#include <misc/byteorder.h>
|
||||
#include "cdc_acm.h"
|
||||
#include "usb_device.h"
|
||||
#include "usb_common.h"
|
||||
#include <usb/class/cdc_acm.h>
|
||||
#include <usb/usb_device.h>
|
||||
#include <usb/usb_common.h>
|
||||
|
||||
#ifndef CONFIG_UART_INTERRUPT_DRIVEN
|
||||
#error "CONFIG_UART_INTERRUPT_DRIVEN must be set for CDC ACM driver"
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include <string.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <disk_access.h>
|
||||
#include "mass_storage.h"
|
||||
#include <usb/class/mass_storage.h>
|
||||
#include <usb/usb_device.h>
|
||||
#include <usb/usb_common.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue