2022-08-18 21:41:19 +08:00
|
|
|
/*
|
2024-08-16 14:08:29 +08:00
|
|
|
* Copyright (c) 2024, sakumisu
|
2021-07-10 18:31:58 +08:00
|
|
|
*
|
2022-08-18 21:41:19 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2021-07-10 18:31:58 +08:00
|
|
|
*/
|
2022-08-18 21:41:19 +08:00
|
|
|
#ifndef USBD_CDC_H
|
|
|
|
|
#define USBD_CDC_H
|
2021-07-10 18:31:58 +08:00
|
|
|
|
2024-08-16 14:08:29 +08:00
|
|
|
// legacy for old version
|
2021-11-26 23:41:59 +08:00
|
|
|
|
2024-08-16 14:08:29 +08:00
|
|
|
#include "usbd_cdc_acm.h"
|
2021-07-10 18:31:58 +08:00
|
|
|
|
2024-08-16 14:08:29 +08:00
|
|
|
#endif
|