We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb96223 commit 7e88605Copy full SHA for 7e88605
bsp/gd32vf103v-eval/drivers/drv_gpio.c
@@ -558,10 +558,6 @@ void EXTI10_15_IRQHandler(void)
558
559
int rt_hw_pin_init(void)
560
{
561
- /* enable the global interrupt */
562
- eclic_global_interrupt_enable();
563
- eclic_priority_group_set(ECLIC_PRIGROUP_LEVEL3_PRIO1);
564
-
565
rcu_periph_clock_enable(RCU_GPIOA);
566
rcu_periph_clock_enable(RCU_GPIOB);
567
rcu_periph_clock_enable(RCU_GPIOC);
0 commit comments