mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
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:
+1
-1
Submodule arch updated: f228b56a83...5ab894e788
+1
-1
Submodule configs updated: 83173e5f40...5f86fa27a3
@@ -386,7 +386,7 @@ int work_usrstart(void)
|
|||||||
(void)pthread_attr_init(&attr);
|
(void)pthread_attr_init(&attr);
|
||||||
(void)pthread_attr_setstacksize(&attr, CONFIG_LIB_USRWORKSTACKSIZE);
|
(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
|
/* Get the current sporadic scheduling parameters. Those will not be
|
||||||
* modified.
|
* modified.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user