diff options
author | Dave Hylands <dhylands@gmail.com> | 2014-03-13 14:40:49 -0700 |
---|---|---|
committer | Dave Hylands <dhylands@gmail.com> | 2014-03-13 14:40:49 -0700 |
commit | ef39f2d9cac6fc50b1bbae9d16da371649dfa6e2 (patch) | |
tree | cb47404ccb7f10656e60955940924159d9057d99 /stmhal/stm32f4xx_it.c | |
parent | 659c19c67c00b156cb6890f926d5cc012d129f24 (diff) | |
download | micropython-ef39f2d9cac6fc50b1bbae9d16da371649dfa6e2.tar.gz micropython-ef39f2d9cac6fc50b1bbae9d16da371649dfa6e2.zip |
Cleanup systick for stmhal
Diffstat (limited to 'stmhal/stm32f4xx_it.c')
-rw-r--r-- | stmhal/stm32f4xx_it.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stmhal/stm32f4xx_it.c b/stmhal/stm32f4xx_it.c index 61c4b7172e..96b12bfe4a 100644 --- a/stmhal/stm32f4xx_it.c +++ b/stmhal/stm32f4xx_it.c @@ -151,7 +151,6 @@ void PendSV_Handler(void) {
}
-#if 0 // defined in systick.c
/**
* @brief This function handles SysTick Handler.
* @param None
@@ -161,7 +160,6 @@ void SysTick_Handler(void) {
HAL_IncTick();
}
-#endif
/******************************************************************************/
/* STM32F4xx Peripherals Interrupt Handlers */
|