mirror of
https://github.com/apache/nuttx.git
synced 2026-09-14 06:30:31 +00:00
include/nuttx/ioexpander/gpio.h: Fix build break introduced by commit 459d9f2851
This commit is contained in:
parent
d88cb93d95
commit
20fc3ebcdd
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ enum gpio_pintype_e
|
|||
/* Interrupt callback */
|
||||
|
||||
struct gpio_dev_s;
|
||||
typedef CODE int (*pin_interrupt_t)(FAR struct gpio_dev_s *dev);
|
||||
typedef CODE int (*pin_interrupt_t)(FAR struct gpio_dev_s *dev, uint8_t pin);
|
||||
|
||||
/* Pin interface vtable definition. Instances of this vtable are read-only
|
||||
* and may reside in FLASH.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue