未验证 提交 91e19182 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #3071 from xfan1024/fix-stm32l0-exti-bug

Fix STM32L0 Series External Interrupt BUG
...@@ -636,7 +636,7 @@ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) ...@@ -636,7 +636,7 @@ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin)
} }
#endif #endif
#if defined(SOC_SERIES_STM32F0) || defined(SOC_SERIES_STM32G0) #if defined(SOC_SERIES_STM32F0) || defined(SOC_SERIES_STM32G0) || defined(SOC_SERIES_STM32L0)
void EXTI0_1_IRQHandler(void) void EXTI0_1_IRQHandler(void)
{ {
rt_interrupt_enter(); rt_interrupt_enter();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册