1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
/* * Copyright (c) 2022 ~ 2025, sakumisu * * SPDX-License-Identifier: Apache-2.0 */ #ifndef USBH_CDC_ACM_H #define USBH_CDC_ACM_H #include "usb_cdc.h" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* USBH_CDC_ACM_H */