p is for pain

This commit is contained in:
rusefillc 2023-06-30 14:10:05 -04:00
parent d1f59c057f
commit 9be1e674fd
1 changed files with 2 additions and 2 deletions

View File

@ -286,11 +286,11 @@ private:
while (true) {
benchSemaphore.wait();
assertStackVoid("Bench", ObdCode::STACK_USAGE_BENCH, EXPECTED_REMAINING_STACK);
assertStackVoid("Bench", ObdCode::STACK_USAGE_MISC, EXPECTED_REMAINING_STACK);
if (isBenchTestPending) {
isBenchTestPending = false;
runBench(brainPin, pinX, startDelayMs, onTime, offTime, count);
runBench(brainPin, pinX, startDelayMs, onTimeMs, offTimeMs, count);
}
if (widebandUpdatePending) {