mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 16:07:34 +08:00
POSIX main: get rid of some leftover printfs
This commit is contained in:
@@ -288,8 +288,6 @@ int main(int argc, char **argv)
|
||||
|
||||
while (!_ExitFlag) {
|
||||
|
||||
cout << "still here" << endl;
|
||||
|
||||
char c = getchar();
|
||||
|
||||
switch (c) {
|
||||
@@ -369,13 +367,10 @@ int main(int argc, char **argv)
|
||||
|
||||
} else {
|
||||
while (!_ExitFlag) {
|
||||
PX4_INFO("sleeping here");
|
||||
usleep(100000);
|
||||
}
|
||||
}
|
||||
|
||||
PX4_INFO("leaving........");
|
||||
|
||||
// TODO: Always try to stop muorb for QURT because px4_task_is_running doesn't seem to work.
|
||||
if (true) {
|
||||
//if (px4_task_is_running("muorb")) {
|
||||
|
||||
Reference in New Issue
Block a user