K 10 svn:author V 6 marcel K 8 svn:date V 27 2011-03-16T00:42:15.707507Z K 7 svn:log V 281 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. END