aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-30 19:25:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-30 19:25:50 +0000
commit20ede8d196a4c555505b2628a756e8382739b067 (patch)
tree75ecc0052aef7ab10fd1d92e2ecda391dfdd10bc /nuttx/sched
parent5022f81174678bf7f032e8ee614552659565497b (diff)
downloadpx4-firmware-20ede8d196a4c555505b2628a756e8382739b067.tar.gz
px4-firmware-20ede8d196a4c555505b2628a756e8382739b067.tar.bz2
px4-firmware-20ede8d196a4c555505b2628a756e8382739b067.zip
Documentation update
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5279 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/sched_getscheduler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/sched/sched_getscheduler.c b/nuttx/sched/sched_getscheduler.c
index 5771e86ff..0d996ca27 100644
--- a/nuttx/sched/sched_getscheduler.c
+++ b/nuttx/sched/sched_getscheduler.c
@@ -129,3 +129,4 @@ int sched_getscheduler(pid_t pid)
return SCHED_FIFO;
}
}
+