diff options
author | Dave Hylands <dhylands@gmail.com> | 2014-03-12 18:06:26 -0700 |
---|---|---|
committer | Dave Hylands <dhylands@gmail.com> | 2014-03-12 18:15:55 -0700 |
commit | f14b92b9e13c9cb9f54a1d740dbea1eeedeccb5b (patch) | |
tree | 303a4e00c9612951c8ab3cfbe926121724173fd1 /stmhal/stm32f4xx_it.c | |
parent | 19438fd30a3184b656221a59062ea32453d0fd16 (diff) |
REPl working on UART6 with STMHAL
Diffstat (limited to 'stmhal/stm32f4xx_it.c')
-rw-r--r-- | stmhal/stm32f4xx_it.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/stm32f4xx_it.c b/stmhal/stm32f4xx_it.c index 96b12bfe4..61c4b7172 100644 --- a/stmhal/stm32f4xx_it.c +++ b/stmhal/stm32f4xx_it.c @@ -151,6 +151,7 @@ void PendSV_Handler(void) {
}
+#if 0 // defined in systick.c
/**
* @brief This function handles SysTick Handler.
* @param None
@@ -160,6 +161,7 @@ void SysTick_Handler(void) {
HAL_IncTick();
}
+#endif
/******************************************************************************/
/* STM32F4xx Peripherals Interrupt Handlers */
|