Mercurial > public > ostc4
diff 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 |
line wrap: on
line diff
--- a/Small_CPU/Src/stm32f4xx_it_v3.c Wed Mar 13 21:49:25 2019 +0100 +++ b/Small_CPU/Src/stm32f4xx_it_v3.c Wed Mar 13 21:51:25 2019 +0100 @@ -268,7 +268,7 @@ HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_0); } -/* wireless 1 + 2 */ +/* wireless 1 + 2 => was removed from OSTC4 code => placeholder*/ void EXTI1_IRQHandler(void) { HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_1);