Files
CherryUSB/class/cdc/usbd_cdc.h

13 lines
180 B
C
Raw Normal View History

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