mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-25 22:17:27 +08:00
13 lines
180 B
C
13 lines
180 B
C
/*
|
|
* Copyright (c) 2024, sakumisu
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#ifndef USBD_CDC_H
|
|
#define USBD_CDC_H
|
|
|
|
// legacy for old version
|
|
|
|
#include "usbd_cdc_acm.h"
|
|
|
|
#endif |