Mercurial > public > ostc4
comparison Small_CPU/Src/stm32f4xx_it_v3.c @ 104:22a1094545f3 kittz
Tested and alive.
author | Dmitry Romanov <kitt@bk.ru> |
---|---|
date | Mon, 24 Dec 2018 16:15:02 +0300 |
parents | 2d99d9290a22 |
children | 331882a89421 |
comparison
equal
deleted
inserted
replaced
103:f5d2f02dc73f | 104:22a1094545f3 |
---|---|
157 /** | 157 /** |
158 * @brief This function handles SysTick Handler. | 158 * @brief This function handles SysTick Handler. |
159 * @param None | 159 * @param None |
160 * @retval None | 160 * @retval None |
161 */ | 161 */ |
162 void SysTick_Handler(void) | 162 //void SysTick_Handler(void) |
163 { | 163 //{ |
164 HAL_IncTick(); | 164 // HAL_IncTick(); |
165 } | 165 //} |
166 | 166 |
167 | 167 |
168 /******************************************************************************/ | 168 /******************************************************************************/ |
169 /* STM32F4xx Peripherals Interrupt Handlers */ | 169 /* STM32F4xx Peripherals Interrupt Handlers */ |
170 /* Add here the Interrupt Handler for the used peripheral(s) (PPP), for the */ | 170 /* Add here the Interrupt Handler for the used peripheral(s) (PPP), for the */ |