summaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-17 23:20:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-17 23:20:08 +0000
commitab527065509e9710a274dfe0ea8f98e69e711ce0 (patch)
treea164ddb6bf16b521bac9c22ec1c57326c6e6b500 /nuttx/sched
parentd207873f48c0bfd61f26258614249dd6f647c08c (diff)
downloadpx4-nuttx-ab527065509e9710a274dfe0ea8f98e69e711ce0.tar.gz
px4-nuttx-ab527065509e9710a274dfe0ea8f98e69e711ce0.tar.bz2
px4-nuttx-ab527065509e9710a274dfe0ea8f98e69e711ce0.zip
Callbacks need to use worker thread; clean up/document configuration settings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2268 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched')
-rwxr-xr-xnuttx/sched/work_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/work_internal.h b/nuttx/sched/work_internal.h
index 90f9e4ba1..c0b371b73 100755
--- a/nuttx/sched/work_internal.h
+++ b/nuttx/sched/work_internal.h
@@ -56,7 +56,7 @@
# define CONFIG_SCHED_WORKPRIORITY 50
#endif
-#ifndef CONFIG_SCHED_WORKPERIODUS
+#ifndef CONFIG_SCHED_WORKPERIOD
# define CONFIG_SCHED_WORKPERIOD (50*1000) /* 50 milliseconds */
#endif