Skip to content

Commit 736e171

Browse files
committed
[bsp][renesas] fixed the compile error in drv_gpio.c
1 parent 9331e83 commit 736e171

File tree

1 file changed

+1
-1
lines changed
  • bsp/renesas/libraries/HAL_Drivers/drivers

1 file changed

+1
-1
lines changed

bsp/renesas/libraries/HAL_Drivers/drivers/drv_gpio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
static rt_base_t ra_pin_get_irqx(rt_uint32_t pin)
2828
{
29-
PIN2IRQX_TABLE(pin)
29+
PIN2IRQX_TABLE(pin);
3030
}
3131

3232
static struct rt_pin_irq_hdr pin_irq_hdr_tab[RA_IRQ_MAX] = {0};

0 commit comments

Comments
 (0)