MCUXpresso_LPC55S69/boards/lpcxpresso55s69/freemaster_examples/fmstr_usb_cdc/source/usb_device_descriptor.h
Yilin Sun 6e8d03ec0a Updated to SDK v2.15.000
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-04-12 21:21:49 +08:00

19 lines
596 B
C

/*
* Copyright 2021 NXP
*
* SPDX-License-Identifier: BSD-3-Clause
*
* FreeMASTER Communication Driver - USB Example Implementation
*/
#ifndef _USB_DEVICE_DESCRIPTOR_H_
#define _USB_DEVICE_DESCRIPTOR_H_ 1
/* This usb_device_descriptor.h file is a placeholder which gets re-generated
* by FreeMASTER configuration component of MCUXpresso ConfigTools when
* USB communication is selected. By default, we include the static descriptor
* file which works with the fmstr_usb_cdc example applications. */
#include "freemaster_usb_device_descriptor.h"
#endif /* _USB_DEVICE_DESCRIPTOR_H_ */