Skip to content

Commit 7e88605

Browse files
committed
[update] delete undefined function
1 parent eb96223 commit 7e88605

File tree

5 files changed

+189
-574
lines changed

5 files changed

+189
-574
lines changed

bsp/gd32vf103v-eval/drivers/drv_gpio.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -558,10 +558,6 @@ void EXTI10_15_IRQHandler(void)
558558

559559
int rt_hw_pin_init(void)
560560
{
561-
/* enable the global interrupt */
562-
eclic_global_interrupt_enable();
563-
eclic_priority_group_set(ECLIC_PRIGROUP_LEVEL3_PRIO1);
564-
565561
rcu_periph_clock_enable(RCU_GPIOA);
566562
rcu_periph_clock_enable(RCU_GPIOB);
567563
rcu_periph_clock_enable(RCU_GPIOC);

0 commit comments

Comments
 (0)