ENH:update support for P1S plus
jira:[for p1s plus] Change-Id: Id577d4e94e2162cb0045d261dfaa5f396ecded2f
This commit is contained in:
parent
e98caffab1
commit
77339ffa1c
|
@ -1384,6 +1384,9 @@ void MachineObject::parse_status(int flag)
|
||||||
if (installed_plus && supported_plus) {
|
if (installed_plus && supported_plus) {
|
||||||
is_support_p1s_plus = true;
|
is_support_p1s_plus = true;
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
is_support_p1s_plus = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sdcard_state = MachineObject::SdcardState((flag >> 8) & 0x11);
|
sdcard_state = MachineObject::SdcardState((flag >> 8) & 0x11);
|
||||||
|
|
Loading…
Reference in New Issue