mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
e4623c22fe
The compiler will truncate the 32-bit return value of mv_gpio_value_get() to match the 8-bit return value of mv_gpio_in(). A conditional expression is used to have mv_gpio_in() always return 0 or 1 instead.