Changeset 34355
- Timestamp:
- 05/23/15 18:02:31 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/titan.c
r34353 r34355 707 707 } 708 708 } 709 if((checkchipset("BCM7424") == 1 || checkchipset("BCM7358") == 1 || checkchipset("BCM7362") == 1 || checkbox("UFS913") == 1 || checkbox("SPARK") == 1 || checkbox("SPARK7162") == 1 || checkbox("IPBOX91") == 1 || checkbox("IPBOX900") == 1 || checkbox("IPBOX910") == 1 || checkbox("IPBOX9000") == 1) && checkhighflash() != 0) 710 { 711 printf("error: 7\n"); 712 destroy(); 713 exit(100); 709 if(ret > 0) 710 { 711 if((checkchipset("BCM7424") == 1 || checkchipset("BCM7358") == 1 || checkchipset("BCM7362") == 1 || checkbox("UFS913") == 1 || checkbox("SPARK") == 1 || checkbox("SPARK7162") == 1 || checkbox("IPBOX91") == 1 || checkbox("IPBOX900") == 1 || checkbox("IPBOX910") == 1 || checkbox("IPBOX9000") == 1) && checkhighflash() != 0) 712 { 713 printf("error: 7\n"); 714 destroy(); 715 exit(100); 716 } 714 717 } 715 718 if(checkbox("UFS910") == 1 && checklowflash() != 0)
Note: See TracChangeset
for help on using the changeset viewer.