Subversion Repositories FuelGauge

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 6
Line -... Line 1...
-
 
1
/* USER CODE BEGIN Header */
1
/**
2
/**
2
  ******************************************************************************
3
  ******************************************************************************
3
  * @file    stm32f0xx_hal_conf.h
4
  * @file    stm32f0xx_hal_conf.h
4
  * @brief   HAL configuration file.
5
  * @brief   HAL configuration file.
5
  ******************************************************************************
6
  ******************************************************************************
6
  * @attention
7
  * @attention
7
  *
8
  *
8
  * <h2><center>&copy; Copyright (c) 2016 STMicroelectronics.
9
  * Copyright (c) 2016 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 __STM32F0xx_HAL_CONF_H
21
#ifndef __STM32F0xx_HAL_CONF_H
21
#define __STM32F0xx_HAL_CONF_H
22
#define __STM32F0xx_HAL_CONF_H
22
 
23
 
Line 317... Line 318...
317
}
318
}
318
#endif
319
#endif
319
 
320
 
320
#endif /* __STM32F0xx_HAL_CONF_H */
321
#endif /* __STM32F0xx_HAL_CONF_H */
321
 
322
 
322
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
-