mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 05:06:30 +04:00
Update star_line.c
This commit is contained in:
@@ -540,6 +540,8 @@ if(strcmp(mfname, "") == 0) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
} else if (strcmp(mfname, "Unknown") == 0) {
|
||||
return 1;
|
||||
} else {
|
||||
|
||||
for
|
||||
@@ -618,6 +620,7 @@ if(strcmp(mfname, "") == 0) {
|
||||
}
|
||||
|
||||
*manufacture_name = "Unknown";
|
||||
mfname = "Unknown";
|
||||
instance->cnt = 0;
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user