forked from Archive/PX4-Autopilot
systemlib scheduling_priorities: include the more generic px4_tasks.h
this makes sure the header can also be used under POSIX
This commit is contained in:
parent
ec819737c1
commit
b3ed8b70d2
|
@ -33,9 +33,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifndef __PX4_QURT
|
||||
#include <nuttx/sched.h>
|
||||
#endif
|
||||
#include <px4_tasks.h>
|
||||
|
||||
/* SCHED_PRIORITY_MAX */
|
||||
#define SCHED_PRIORITY_FAST_DRIVER SCHED_PRIORITY_MAX
|
||||
|
|
Loading…
Reference in New Issue