fix error ft_part 0x662

This commit is contained in:
panchenbo 2021-08-17 11:29:12 +08:00
parent 5a72054bd0
commit fd06bb22b0
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ static const struct id_part hisi_part[] = {
};
static const struct id_part ft_part[] = {
{ 0x662, "FT-2000+" },
{ 0x662, "FT2000PLUS" },
{ 0x663, "S2500" },
{ -1, "unknown" },
};