mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:28:29 +08:00
include/nuttx/ioexpander/gpio.h: Fix build break introduced by commit 459d9f2851
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user