2024-06-02 11:20:13 +08:00
|
|
|
/*
|
2024-08-26 20:35:08 +08:00
|
|
|
* Copyright (c) 2024, sakumisu
|
2024-06-02 11:20:13 +08:00
|
|
|
*
|
|
|
|
* 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-06-02 11:20:13 +08:00
|
|
|
|
2024-08-26 20:35:08 +08:00
|
|
|
#include "usbd_cdc_acm.h"
|
2024-06-02 11:20:13 +08:00
|
|
|
|
2024-08-26 20:35:08 +08:00
|
|
|
#endif
|