summaryrefslogtreecommitdiff
path: root/nuttx/sched/work_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/work_internal.h')
-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