forked from Archive/PX4-Autopilot
Removed DSPAL header include in px4_workqueue.h
This was mistakenly added in a bad merge. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
parent
a589d15c52
commit
ce49145c1d
|
@ -47,10 +47,6 @@
|
||||||
#include <queue.h>
|
#include <queue.h>
|
||||||
#include <px4_platform_types.h>
|
#include <px4_platform_types.h>
|
||||||
|
|
||||||
#ifdef __PX4_QURT
|
|
||||||
#include <dspal_types.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
#define HPWORK 0
|
#define HPWORK 0
|
||||||
|
|
Loading…
Reference in New Issue