Made chip test work with normal V5 board

This commit is contained in:
2016-12-01 12:25:02 +01:00
parent 50964d81ca
commit dfe33dc32d
2 changed files with 66 additions and 53 deletions
+1 -5
View File
@@ -1333,11 +1333,7 @@ void cmd_loop()
else {
puts("Press 'q' to quit, any other key to repeat test.\n");
do {
if (b->ChipTest())
puts("Chip test successfully finished");
else
puts("\007Chip Error!");
b->ChipTest();
b->SetStandbyMode(1);
for (i=0 ; i<8 ; i++)
b->SetDAC(i, 0);