summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-27 10:31:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-27 10:31:37 -0600
commit859eae00cfa9b72fc8cb33e89862ddbfecc393ef (patch)
tree5f8241b17ae83191739a64fe93d3f9278134f130 /nuttx
parentd937821c2e1cd29e9daff429bd8baf755d030b52 (diff)
downloadpx4-nuttx-859eae00cfa9b72fc8cb33e89862ddbfecc393ef.tar.gz
px4-nuttx-859eae00cfa9b72fc8cb33e89862ddbfecc393ef.tar.bz2
px4-nuttx-859eae00cfa9b72fc8cb33e89862ddbfecc393ef.zip
Fix cloned typo in user space definition
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/configs/mikroe-stm32f4/kernel/up_userspace.c4
-rw-r--r--nuttx/configs/open1788/kernel/up_userspace.c4
-rw-r--r--nuttx/configs/sam3u-ek/kernel/up_userspace.c4
-rw-r--r--nuttx/configs/stm32f4discovery/kernel/up_userspace.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/nuttx/configs/mikroe-stm32f4/kernel/up_userspace.c b/nuttx/configs/mikroe-stm32f4/kernel/up_userspace.c
index 1ee83ab67..39bb6660a 100644
--- a/nuttx/configs/mikroe-stm32f4/kernel/up_userspace.c
+++ b/nuttx/configs/mikroe-stm32f4/kernel/up_userspace.c
@@ -131,7 +131,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
#if defined(CONFIG_SCHED_WORKQUEUE) && defined(CONFIG_SCHED_USRWORK)
- .work_usrstart = work_usrstart;
+ .work_usrstart = work_usrstart,
#endif
};
@@ -139,4 +139,4 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
* Public Functions
****************************************************************************/
- #endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */
+#endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */
diff --git a/nuttx/configs/open1788/kernel/up_userspace.c b/nuttx/configs/open1788/kernel/up_userspace.c
index bd0703b98..d2afe8c29 100644
--- a/nuttx/configs/open1788/kernel/up_userspace.c
+++ b/nuttx/configs/open1788/kernel/up_userspace.c
@@ -131,7 +131,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
#if defined(CONFIG_SCHED_WORKQUEUE) && defined(CONFIG_SCHED_USRWORK)
- .work_usrstart = work_usrstart;
+ .work_usrstart = work_usrstart,
#endif
};
@@ -139,4 +139,4 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
* Public Functions
****************************************************************************/
- #endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */
+#endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */
diff --git a/nuttx/configs/sam3u-ek/kernel/up_userspace.c b/nuttx/configs/sam3u-ek/kernel/up_userspace.c
index 06a4d935e..2a4f73786 100644
--- a/nuttx/configs/sam3u-ek/kernel/up_userspace.c
+++ b/nuttx/configs/sam3u-ek/kernel/up_userspace.c
@@ -131,7 +131,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
#if defined(CONFIG_SCHED_WORKQUEUE) && defined(CONFIG_SCHED_USRWORK)
- .work_usrstart = work_usrstart;
+ .work_usrstart = work_usrstart,
#endif
};
@@ -139,4 +139,4 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
* Public Functions
****************************************************************************/
- #endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */
+#endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */
diff --git a/nuttx/configs/stm32f4discovery/kernel/up_userspace.c b/nuttx/configs/stm32f4discovery/kernel/up_userspace.c
index 0e3ea495d..430d40b74 100644
--- a/nuttx/configs/stm32f4discovery/kernel/up_userspace.c
+++ b/nuttx/configs/stm32f4discovery/kernel/up_userspace.c
@@ -131,7 +131,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
#if defined(CONFIG_SCHED_WORKQUEUE) && defined(CONFIG_SCHED_USRWORK)
- .work_usrstart = work_usrstart;
+ .work_usrstart = work_usrstart,
#endif
};
@@ -139,4 +139,4 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
* Public Functions
****************************************************************************/
- #endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */
+#endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */