mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
MAVLink: POSIX adjustments
This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
#include <math.h>
|
||||
#include <stdbool.h>
|
||||
#include <fcntl.h>
|
||||
#include <mqueue.h>
|
||||
#include <string.h>
|
||||
#include <drivers/drv_hrt.h>
|
||||
#include <drivers/drv_accel.h>
|
||||
@@ -62,7 +61,6 @@
|
||||
#include <float.h>
|
||||
#include <unistd.h>
|
||||
#ifndef __PX4_POSIX
|
||||
#include <sys/prctl.h>
|
||||
#include <termios.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
Reference in New Issue
Block a user