Skip to content

Commit

Permalink
Update drv_gpio.c
Browse files Browse the repository at this point in the history
  • Loading branch information
newflydd authored Jan 10, 2025
1 parent f5b7844 commit 93c1689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsp/renesas/libraries/HAL_Drivers/drv_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ static rt_err_t ra_pin_dettach_irq(struct rt_device *device, rt_base_t pin)
#endif
}

// USE "PXX_X" or "pXX_X" format, the character 'P'/'p' and '_' are required.
/* USE "PXX_X" or "pXX_X" format, the character 'P'/'p' and '_' are required, like "P18_1" */
static rt_base_t ra_pin_get(const char *name)
{
if ((rt_strlen(name) == 5) &&
Expand Down

0 comments on commit 93c1689

Please sign in to comment.