mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
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:
@@ -33,9 +33,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __PX4_QURT
|
#include <px4_tasks.h>
|
||||||
#include <nuttx/sched.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* SCHED_PRIORITY_MAX */
|
/* SCHED_PRIORITY_MAX */
|
||||||
#define SCHED_PRIORITY_FAST_DRIVER SCHED_PRIORITY_MAX
|
#define SCHED_PRIORITY_FAST_DRIVER SCHED_PRIORITY_MAX
|
||||||
|
|||||||
Reference in New Issue
Block a user