Skip to content

Commit bc3a3b0

Browse files
committedOct 29, 2016
gpdevboard: test cases now turn on status LED
1 parent 7698f7b commit bc3a3b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

Diff for: ‎src/gpdevboard/utils.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,9 @@ hdevice MultiBoardTestSetup(string fname, int rcOscFreq, double voltage, SilegoP
856856
continue;
857857
}
858858

859+
//Turn on status LED so board is visibly in use
860+
SetStatusLED(hdev, 1);
861+
859862
//Test case configured OK, proceed
860863
return hdev;
861864
}

0 commit comments

Comments
 (0)
Please sign in to comment.