Subversion Repositories FuelGauge

Rev

Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 3
Line 22... Line 22...
22
#ifndef __STM32F0xx_IT_H
22
#ifndef __STM32F0xx_IT_H
23
#define __STM32F0xx_IT_H
23
#define __STM32F0xx_IT_H
24
 
24
 
25
#ifdef __cplusplus
25
#ifdef __cplusplus
26
 extern "C" {
26
 extern "C" {
27
#endif 
27
#endif
28
 
28
 
29
/* Private includes ----------------------------------------------------------*/
29
/* Private includes ----------------------------------------------------------*/
30
/* USER CODE BEGIN Includes */
30
/* USER CODE BEGIN Includes */
31
 
31
 
32
/* USER CODE END Includes */
32
/* USER CODE END Includes */
Line 51... Line 51...
51
void HardFault_Handler(void);
51
void HardFault_Handler(void);
52
void SVC_Handler(void);
52
void SVC_Handler(void);
53
void PendSV_Handler(void);
53
void PendSV_Handler(void);
54
void SysTick_Handler(void);
54
void SysTick_Handler(void);
55
void DMA1_Channel1_IRQHandler(void);
55
void DMA1_Channel1_IRQHandler(void);
-
 
56
void DMA1_Channel2_3_IRQHandler(void);
56
/* USER CODE BEGIN EFP */
57
/* USER CODE BEGIN EFP */
57
 
58
 
58
/* USER CODE END EFP */
59
/* USER CODE END EFP */
59
 
60
 
60
#ifdef __cplusplus
61
#ifdef __cplusplus