Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2 | Rev 9 | ||
|---|---|---|---|
| Line 68... | Line 68... | ||
| 68 | |
68 | |
| 69 | @endverbatim |
69 | @endverbatim |
| 70 | ****************************************************************************** |
70 | ****************************************************************************** |
| 71 | * @attention |
71 | * @attention |
| 72 | * |
72 | * |
| 73 | * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> |
73 | * <h2><center>© Copyright (c) 2016 STMicroelectronics. |
| - | 74 | * All rights reserved.</center></h2> |
|
| 74 | * |
75 | * |
| 75 | * Redistribution and use in source and binary forms, with or without modification, |
76 | * This software component is licensed by ST under BSD 3-Clause license, |
| 76 | * are permitted provided that the following conditions are met: |
77 | * the "License"; You may not use this file except in compliance with the |
| 77 | * 1. Redistributions of source code must retain the above copyright notice, |
- | |
| 78 | * this list of conditions and the following disclaimer. |
- | |
| 79 | * 2. Redistributions in binary form must reproduce the above copyright notice, |
- | |
| 80 | * this list of conditions and the following disclaimer in the documentation |
- | |
| 81 | * and/or other materials provided with the distribution. |
78 | * License. You may obtain a copy of the License at: |
| 82 | * 3. Neither the name of STMicroelectronics nor the names of its contributors |
- | |
| 83 | * may be used to endorse or promote products derived from this software |
79 | * opensource.org/licenses/BSD-3-Clause |
| 84 | * without specific prior written permission. |
- | |
| 85 | * |
80 | * |
| 86 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
- | |
| 87 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
- | |
| 88 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
- | |
| 89 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
- | |
| 90 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
- | |
| 91 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
- | |
| 92 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
- | |
| 93 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
- | |
| 94 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
- | |
| 95 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
- | |
| 96 | * |
- | |
| 97 | ****************************************************************************** |
81 | ****************************************************************************** |
| 98 | */ |
82 | */ |
| 99 | 83 | ||
| 100 | /* Includes ------------------------------------------------------------------*/ |
84 | /* Includes ------------------------------------------------------------------*/ |
| 101 | #include "stm32f1xx_hal.h" |
85 | #include "stm32f1xx_hal.h" |
| 102 | 86 | ||