mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
599d41d806
"ioexpander/gpio.c", line 529: warning #186-D: pointless comparison of
unsigned integer with zero
if (pintype < GPIO_INPUT_PIN || pintype >= GPIO_NPINTYPES)
^
Signed-off-by: guoshichao <guoshichao@xiaomi.com>