|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include "comms.h"#include <fcntl.h>#include <stdio.h>#include <sys/ioctl.h>#include <systemlib/err.h>#include <termios.h>Go to the source code of this file.
Functions | |
| int | open_uart (const char *device) |
| int open_uart | ( | const char * | device | ) |
Definition at line 49 of file comms.cpp.
Referenced by hott_sensors_thread_main(), and hott_telemetry_thread_main().