cmake configs: minor cleanup for hott telemetry

it got moved to drivers/telemetry/hott
This commit is contained in:
Beat Küng 2018-06-07 13:39:58 +02:00
parent 28521ea77c
commit 0ebf821db4
4 changed files with 0 additions and 5 deletions

View File

@ -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 ");