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:
guoshichao 2024-07-22 14:33:14 +08:00 committed by Xiang Xiao
parent a06c97d599
commit dd7ecd9aef
1 changed files with 1 additions and 1 deletions

View File

@ -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 */