Fix typo in pre-processor command noted by Pierre-noel Bouteville. Also move # of pre-processior command to column 1

This commit is contained in:
Gregory Nutt
2015-09-05 09:10:48 -06:00
parent 644f8b921c
commit 9c66bde5b0
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ int work_usrstart(void)
(void)pthread_attr_init(&attr);
(void)pthread_attr_setstacksize(&attr, CONFIG_LIB_USRWORKSTACKSIZE);
+#ifdef CONFIG_SCHED_SPORADIC
#ifdef CONFIG_SCHED_SPORADIC
/* Get the current sporadic scheduling parameters. Those will not be
* modified.
*/