simulator: Add output so user knows that the simulator / system is waiting for data

This commit is contained in:
Lorenz Meier
2015-07-02 16:53:20 -07:00
parent 0499ddb1dd
commit 32bf4dc773
2 changed files with 4 additions and 2 deletions

View File

@@ -128,6 +128,7 @@ int Simulator::start(int argc, char *argv[])
PX4_WARN("Simulator creation failed");
ret = 1;
}
return ret;
}