mirror of https://github.com/ArduPilot/ardupilot
AP_Hott_Telem: Console output can be disabled
This commit is contained in:
parent
15a39c1649
commit
2d8a81986f
|
@ -73,7 +73,7 @@ void AP_Hott_Telem::init()
|
|||
if (!hal.scheduler->thread_create(FUNCTOR_BIND_MEMBER(&AP_Hott_Telem::loop, void),
|
||||
"Hott",
|
||||
1024, AP_HAL::Scheduler::PRIORITY_BOOST, 1)) {
|
||||
hal.console->printf("Failed to create Hott thread\n");
|
||||
DEV_PRINTF("Failed to create Hott thread\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue