usbh_cdc_acm.h 254 B

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