Rev 38 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 38 | Rev 45 | ||
|---|---|---|---|
| Line -... | Line 1... | ||
| - | 1 | /* USER CODE BEGIN Header */ |
|
| 1 | /** |
2 | /** |
| 2 | ****************************************************************************** |
3 | ****************************************************************************** |
| 3 | * @file stm32f1xx_hal_conf.h |
4 | * @file stm32f1xx_hal_conf.h |
| 4 | * @brief HAL configuration file. |
5 | * @brief HAL configuration file. |
| 5 | ****************************************************************************** |
6 | ****************************************************************************** |
| 6 | * @attention |
7 | * @attention |
| 7 | * |
8 | * |
| 8 | * <h2><center>© Copyright (c) 2017 STMicroelectronics. |
9 | * Copyright (c) 2017 STMicroelectronics. |
| 9 | * All rights reserved.</center></h2> |
10 | * All rights reserved. |
| 10 | * |
11 | * |
| 11 | * This software component is licensed by ST under BSD 3-Clause license, |
12 | * This software is licensed under terms that can be found in the LICENSE file |
| 12 | * the "License"; You may not use this file except in compliance with the |
- | |
| 13 | * License. You may obtain a copy of the License at: |
13 | * in the root directory of this software component. |
| 14 | * opensource.org/licenses/BSD-3-Clause |
14 | * If no LICENSE file comes with this software, it is provided AS-IS. |
| 15 | * |
15 | * |
| 16 | ****************************************************************************** |
16 | ****************************************************************************** |
| 17 | */ |
17 | */ |
| - | 18 | /* USER CODE END Header */ |
|
| 18 | 19 | ||
| 19 | /* Define to prevent recursive inclusion -------------------------------------*/ |
20 | /* Define to prevent recursive inclusion -------------------------------------*/ |
| 20 | #ifndef __STM32F1xx_HAL_CONF_H |
21 | #ifndef __STM32F1xx_HAL_CONF_H |
| 21 | #define __STM32F1xx_HAL_CONF_H |
22 | #define __STM32F1xx_HAL_CONF_H |
| 22 | 23 | ||
| Line 386... | Line 387... | ||
| 386 | } |
387 | } |
| 387 | #endif |
388 | #endif |
| 388 | 389 | ||
| 389 | #endif /* __STM32F1xx_HAL_CONF_H */ |
390 | #endif /* __STM32F1xx_HAL_CONF_H */ |
| 390 | 391 | ||
| 391 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |
- | |