mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-25 14:50:35 +08:00
cmake configs: minor cleanup for hott telemetry
it got moved to drivers/telemetry/hott
This commit is contained in:
@@ -166,8 +166,6 @@ send_data(int uart, uint8_t *buffer, size_t size)
|
||||
int
|
||||
hott_telemetry_thread_main(int argc, char *argv[])
|
||||
{
|
||||
warnx("starting");
|
||||
|
||||
connect_count = perf_alloc(PC_COUNT, "reconnects ");
|
||||
recon_port = perf_alloc(PC_COUNT, "reopen port ");
|
||||
reqs_count = perf_alloc(PC_COUNT, "requests ");
|
||||
|
||||
Reference in New Issue
Block a user