Remove the usb_desciptors include path and include the full path of these files.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "fsl_common.h"
|
||||
#include "usb_api.h"
|
||||
#include "usb_composite_device.h"
|
||||
#include "usb_descriptor_hid.h"
|
||||
#include "usb_descriptor_strings.h"
|
||||
#include "usb_descriptors/usb_descriptor_hid.h"
|
||||
#include "usb_descriptors/usb_descriptor_strings.h"
|
||||
|
||||
static usb_status_t UsbDeviceCallback(usb_device_handle handle, uint32_t event, void *param);
|
||||
usb_composite_device_t UsbCompositeDevice;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Includes:
|
||||
|
||||
#include "usb_descriptor_configuration.h"
|
||||
#include "usb_descriptors/usb_descriptor_configuration.h"
|
||||
|
||||
// Macros:
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// Includes:
|
||||
|
||||
#include "usb_api.h"
|
||||
#include "usb_descriptor_device.h"
|
||||
#include "usb_descriptors/usb_descriptor_device.h"
|
||||
#include "usb_protocol_handler.h"
|
||||
|
||||
// Macros:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// Includes:
|
||||
|
||||
#include "usb_api.h"
|
||||
#include "usb_descriptor_keyboard_report.h"
|
||||
#include "usb_descriptors/usb_descriptor_keyboard_report.h"
|
||||
|
||||
// Macros:
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// Includes:
|
||||
|
||||
#include "usb_api.h"
|
||||
#include "usb_descriptor_device.h"
|
||||
#include "usb_descriptors/usb_descriptor_device.h"
|
||||
|
||||
// Macros:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user