greenhills: fix the ioexpander/gpio.h build warning
CC: mm_heap/mm_brkaddr.c "/home/guoshichao/work_profile/vela_os/vela_car_4/nuttx/include/nuttx/ioexpander/gpio.h", line 159: warning #381-D:
extra ";" ignored
uint8_t gp_pintype; /* See enum gpio_pintype_e */;
^
Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
parent
a06c97d599
commit
dd7ecd9aef
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ struct gpio_dev_s
|
|||
* driver when gpio_pin_register() is called.
|
||||
*/
|
||||
|
||||
uint8_t gp_pintype; /* See enum gpio_pintype_e */;
|
||||
uint8_t gp_pintype; /* See enum gpio_pintype_e */
|
||||
|
||||
/* Writable storage used by the upper half driver */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue