rt-thread-official/components/drivers/usb/cherryusb/class/cdc/usbd_cdc.h

13 lines
180 B
C
Raw Normal View History

/*
2024-08-26 20:35:08 +08:00
* Copyright (c) 2024, sakumisu
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef USBD_CDC_H
#define USBD_CDC_H
2024-08-26 20:35:08 +08:00
// legacy for old version
2024-08-26 20:35:08 +08:00
#include "usbd_cdc_acm.h"
2024-08-26 20:35:08 +08:00
#endif