Skip to content

Commit b3ed8b7

Browse files
bkuengtumbili
authored andcommitted
systemlib scheduling_priorities: include the more generic px4_tasks.h
this makes sure the header can also be used under POSIX
1 parent ec81973 commit b3ed8b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/modules/systemlib/scheduling_priorities.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333

3434
#pragma once
3535

36-
#ifndef __PX4_QURT
37-
#include <nuttx/sched.h>
38-
#endif
36+
#include <px4_tasks.h>
3937

4038
/* SCHED_PRIORITY_MAX */
4139
#define SCHED_PRIORITY_FAST_DRIVER SCHED_PRIORITY_MAX

0 commit comments

Comments
 (0)