13 lines
180 B
C
Raw Normal View History

2024-08-05 20:57:09 +08:00
/*
2025-03-14 11:04:51 +08:00
* Copyright (c) 2024, sakumisu
2024-08-05 20:57:09 +08:00
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef USBD_CDC_H
#define USBD_CDC_H
2025-03-14 11:04:51 +08:00
// legacy for old version
2024-08-05 20:57:09 +08:00
2025-03-14 11:04:51 +08:00
#include "usbd_cdc_acm.h"
2024-08-05 20:57:09 +08:00
2025-03-14 11:04:51 +08:00
#endif