Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 9 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /** |
1 | /** |
2 | ****************************************************************************** |
2 | ****************************************************************************** |
3 | * @file usbd_cdc_if_template.h |
3 | * @file usbd_cdc_if_template.h |
4 | * @author MCD Application Team |
4 | * @author MCD Application Team |
5 | * @version V2.4.2 |
- | |
6 | * @date 11-December-2015 |
- | |
7 | * @brief Header for usbd_cdc_if_template.c file. |
5 | * @brief Header for usbd_cdc_if_template.c file. |
8 | ****************************************************************************** |
6 | ****************************************************************************** |
9 | * @attention |
7 | * @attention |
10 | * |
8 | * |
11 | * <h2><center>© COPYRIGHT 2015 STMicroelectronics</center></h2> |
9 | * <h2><center>© Copyright (c) 2015 STMicroelectronics. |
- | 10 | * All rights reserved.</center></h2> |
|
12 | * |
11 | * |
13 | * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); |
12 | * This software component is licensed by ST under Ultimate Liberty license |
14 | * You may not use this file except in compliance with the License. |
13 | * SLA0044, the "License"; You may not use this file except in compliance with |
15 | * You may obtain a copy of the License at: |
14 | * the License. You may obtain a copy of the License at: |
16 | * |
- | |
17 | * http://www.st.com/software_license_agreement_liberty_v2 |
- | |
18 | * |
- | |
19 | * Unless required by applicable law or agreed to in writing, software |
- | |
20 | * distributed under the License is distributed on an "AS IS" BASIS, |
- | |
21 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
- | |
22 | * See the License for the specific language governing permissions and |
- | |
23 | * limitations under the License. |
15 | * www.st.com/SLA0044 |
24 | * |
16 | * |
25 | ****************************************************************************** |
17 | ****************************************************************************** |
26 | */ |
18 | */ |
27 | 19 | ||
28 | /* Define to prevent recursive inclusion -------------------------------------*/ |
20 | /* Define to prevent recursive inclusion -------------------------------------*/ |
29 | #ifndef __USBD_CDC_IF_TEMPLATE_H |
21 | #ifndef __USBD_CDC_IF_TEMPLATE_H |
30 | #define __USBD_CDC_IF_TEMPLATE_H |
22 | #define __USBD_CDC_IF_TEMPLATE_H |
31 | 23 | ||
32 | #ifdef __cplusplus |
24 | #ifdef __cplusplus |
33 | extern "C" { |
25 | extern "C" { |
34 | #endif |
26 | #endif |
35 | 27 | ||
36 | /* Includes ------------------------------------------------------------------*/ |
28 | /* Includes ------------------------------------------------------------------*/ |
37 | #include "usbd_cdc.h" |
29 | #include "usbd_cdc.h" |
38 | 30 |