summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/stm32f4xx_it.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-03-22 23:57:03 +0000
committerDamien George <damien.p.george@gmail.com>2014-03-22 23:57:03 +0000
commit5e756c9860c39bb3555427f95888f7209eb3f1ec (patch)
treeadac6d18dd879c980f68cc5046e3c7a18effd6a7 /stmhal/stm32f4xx_it.c
parente254809505517db9c4dbd2cb3bcbbdf6433c1ea0 (diff)
downloadmicropython-5e756c9860c39bb3555427f95888f7209eb3f1ec.tar.gz
micropython-5e756c9860c39bb3555427f95888f7209eb3f1ec.zip
stmhal: Rename servo_TIM2_Handle -> TIM2_Handle.
Diffstat (limited to 'stmhal/stm32f4xx_it.c')
-rw-r--r--stmhal/stm32f4xx_it.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/stmhal/stm32f4xx_it.c b/stmhal/stm32f4xx_it.c
index cfd24dd331..bd324a030d 100644
--- a/stmhal/stm32f4xx_it.c
+++ b/stmhal/stm32f4xx_it.c
@@ -352,8 +352,7 @@ void RTC_WKUP_IRQHandler(void) {
}
void TIM2_IRQHandler(void) {
- // servo timer is TIM2
- HAL_TIM_IRQHandler(&servo_TIM2_Handle);
+ HAL_TIM_IRQHandler(&TIM2_Handle);
}
void TIM3_IRQHandler(void) {