mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 20:06:24 +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>