Qurt platform/common dependency fixes

This commit is contained in:
Zachary Lowell 2022-10-25 20:06:00 -05:00 committed by GitHub
parent a242a0210e
commit bcae7e550b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 9 deletions

View File

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

View File

@ -43,7 +43,7 @@
#include <stdint.h>
#include <queue.h>
#include <px4_platform_types.h>
#include <sys/types.h>
__BEGIN_DECLS

View File

@ -1,3 +0,0 @@
#ifdef __PX4_QURT
#include <dspal_types.h>
#endif