forked from Archive/PX4-Autopilot
Qurt platform/common dependency fixes
This commit is contained in:
parent
a242a0210e
commit
bcae7e550b
|
@ -44,12 +44,7 @@
|
|||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#if defined(__PX4_QURT)
|
||||
#include <dspal_types.h>
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#include "sem.h"
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <queue.h>
|
||||
#include <px4_platform_types.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#ifdef __PX4_QURT
|
||||
#include <dspal_types.h>
|
||||
#endif
|
Loading…
Reference in New Issue