summaryrefslogtreecommitdiff
path: root/class/cdc/usbd_cdc.h
blob: 2cf3df1a3b782c85e91fa31159f23657c9d263d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2024, sakumisu
 *
 * SPDX-License-Identifier: Apache-2.0
 */
#ifndef USBD_CDC_H
#define USBD_CDC_H

// legacy for old version

#include "usbd_cdc_acm.h"

#endif