mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:03:30 +08:00
ioe_dummy: fix pinval always zero issue
fix gpio pinval issue Signed-off-by: yezhonghui <yezhonghui@xiaomi.com>
This commit is contained in:
committed by
Alan C. Assis
parent
36f91643ae
commit
b11f669676
@@ -710,8 +710,7 @@ static ioe_pinset_t ioe_dummy_int_update(FAR struct ioe_dummy_dev_s *priv)
|
||||
}
|
||||
}
|
||||
|
||||
diff >>= 1;
|
||||
input >>= 1;
|
||||
diff >>= 1;
|
||||
}
|
||||
|
||||
return intstat;
|
||||
|
||||
Reference in New Issue
Block a user