comparison Small_CPU/Src/stm32f4xx_it_v3.c @ 201:4073b8091224

Merged Cleanup_Compass_Wireless into default
author Thorsten <ideenmodellierer@o2mail.de>
date Sat, 16 Mar 2019 19:58:52 +0000
parents 331882a89421
children 1b995079c045
comparison
equal deleted inserted replaced
177:458f16cda15c 201:4073b8091224
266 void EXTI0_IRQHandler(void) 266 void EXTI0_IRQHandler(void)
267 { 267 {
268 HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_0); 268 HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_0);
269 } 269 }
270 270
271 /* wireless 1 + 2 */ 271 /* wireless 1 + 2 => was removed from OSTC4 code => placeholder*/
272 void EXTI1_IRQHandler(void) 272 void EXTI1_IRQHandler(void)
273 { 273 {
274 HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_1); 274 HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_1);
275 } 275 }
276 276