marcel fe1990038f Fix mv_gpio_in() for pin numbers that occupy bits 8-31 in GPIO registers.
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.
2011-03-16 00:42:15 +00:00
..
2011-02-21 09:01:34 +00:00
2010-12-05 10:15:23 +00:00
2011-03-07 22:36:11 +00:00