mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 03:05:40 +08:00
Fix cloned typo in user space definition
This commit is contained in:
@@ -131,7 +131,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
|
|||||||
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
|
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
|
||||||
|
|
||||||
#if defined(CONFIG_SCHED_WORKQUEUE) && defined(CONFIG_SCHED_USRWORK)
|
#if defined(CONFIG_SCHED_WORKQUEUE) && defined(CONFIG_SCHED_USRWORK)
|
||||||
.work_usrstart = work_usrstart;
|
.work_usrstart = work_usrstart,
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -139,4 +139,4 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */
|
#endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */
|
||||||
|
|||||||
@@ -131,7 +131,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
|
|||||||
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
|
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
|
||||||
|
|
||||||
#if defined(CONFIG_SCHED_WORKQUEUE) && defined(CONFIG_SCHED_USRWORK)
|
#if defined(CONFIG_SCHED_WORKQUEUE) && defined(CONFIG_SCHED_USRWORK)
|
||||||
.work_usrstart = work_usrstart;
|
.work_usrstart = work_usrstart,
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -139,4 +139,4 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */
|
#endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */
|
||||||
|
|||||||
@@ -131,7 +131,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
|
|||||||
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
|
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
|
||||||
|
|
||||||
#if defined(CONFIG_SCHED_WORKQUEUE) && defined(CONFIG_SCHED_USRWORK)
|
#if defined(CONFIG_SCHED_WORKQUEUE) && defined(CONFIG_SCHED_USRWORK)
|
||||||
.work_usrstart = work_usrstart;
|
.work_usrstart = work_usrstart,
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -139,4 +139,4 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */
|
#endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */
|
||||||
|
|||||||
@@ -131,7 +131,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
|
|||||||
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
|
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
|
||||||
|
|
||||||
#if defined(CONFIG_SCHED_WORKQUEUE) && defined(CONFIG_SCHED_USRWORK)
|
#if defined(CONFIG_SCHED_WORKQUEUE) && defined(CONFIG_SCHED_USRWORK)
|
||||||
.work_usrstart = work_usrstart;
|
.work_usrstart = work_usrstart,
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -139,4 +139,4 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
|
|||||||
* Public Functions
|
* Public Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */
|
#endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */
|
||||||
|
|||||||
Reference in New Issue
Block a user