p is for pain
This commit is contained in:
parent
d1f59c057f
commit
9be1e674fd
|
@ -286,11 +286,11 @@ private:
|
||||||
while (true) {
|
while (true) {
|
||||||
benchSemaphore.wait();
|
benchSemaphore.wait();
|
||||||
|
|
||||||
assertStackVoid("Bench", ObdCode::STACK_USAGE_BENCH, EXPECTED_REMAINING_STACK);
|
assertStackVoid("Bench", ObdCode::STACK_USAGE_MISC, EXPECTED_REMAINING_STACK);
|
||||||
|
|
||||||
if (isBenchTestPending) {
|
if (isBenchTestPending) {
|
||||||
isBenchTestPending = false;
|
isBenchTestPending = false;
|
||||||
runBench(brainPin, pinX, startDelayMs, onTime, offTime, count);
|
runBench(brainPin, pinX, startDelayMs, onTimeMs, offTimeMs, count);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (widebandUpdatePending) {
|
if (widebandUpdatePending) {
|
||||||
|
|
Loading…
Reference in New Issue