summaryrefslogtreecommitdiff
path: root/telemetry.h
blob: 9c2efaff1b24b0a5bfdaf2ed9294dac7692b57e9 (plain)
1
2
3
4
5
6
7
8
#ifndef TELEMETRY_H
#define TELEMETRY_H

#include <thread.h>

extern Thread telemetry_thread;

#endif