ioe_dummy: fix pinval always zero issue

fix gpio pinval issue

Signed-off-by: yezhonghui <yezhonghui@xiaomi.com>
This commit is contained in:
yezhonghui
2025-04-18 11:13:14 +08:00
committed by Alan C. Assis
parent 36f91643ae
commit b11f669676
+1 -2
View File
@@ -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;