Skip to content

Commit

Permalink
TestInit only starts compressor
Browse files Browse the repository at this point in the history
  • Loading branch information
Parker Stebbins authored and Parker Stebbins committed Apr 9, 2015
1 parent 4f82356 commit ecf7b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Robot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ namespace dreadbot
void TestInit()
{
sysLog->log("Initializing Test mode.");
GlobalInit();
compressor->Start();
}

void TestPeriodic()
Expand Down

0 comments on commit ecf7b05

Please sign in to comment.