mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Run all .c and .h files in last PR49 through nxstyle.
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* If C++ constructors are used, then CONFIG_SCHED_STARTHOOK must also be
|
||||
* selected be the start hook is used to schedule execution of the
|
||||
* constructors.
|
||||
@@ -199,6 +200,7 @@ int exec_module(FAR const struct binary_s *binp)
|
||||
binfmt_freeargv((FAR struct binary_s *)binp);
|
||||
|
||||
/* Note that tcb->flags are not modified. 0=normal task */
|
||||
|
||||
/* tcb->flags |= TCB_FLAG_TTYPE_TASK; */
|
||||
|
||||
#if defined(CONFIG_ARCH_ADDRENV) && defined(CONFIG_BUILD_KERNEL)
|
||||
|
||||
Reference in New Issue
Block a user