comparison Small_CPU/Src/stm32f4xx_it_v3.c @ 181:331882a89421 Cleanup_Compass_Wireless

Removed not suppoted wireless feature The code contains parts of a wireless sensor feature which is not supported by the OSTC4 hardware.
author ideenmodellierer
date Wed, 13 Mar 2019 21:51:25 +0100
parents 22a1094545f3
children 1b995079c045
comparison
equal deleted inserted replaced
180:9ecc2e60418d 181:331882a89421
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