mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Update kconfig2html.c
Fix nuttx coding style
This commit is contained in:
@@ -61,7 +61,7 @@ int nxsched_get_stackinfo(pid_t pid, FAR struct stackinfo_s *stackinfo)
|
||||
|
||||
DEBUGASSERT(rtcb != NULL && stackinfo != NULL);
|
||||
|
||||
/* Pid of 0 means that we are querying ourself */
|
||||
/* Pid of 0 means that we are querying ourself */
|
||||
|
||||
if (pid == 0)
|
||||
{
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <sched.h>
|
||||
#include <sched.h>
|
||||
|
||||
#include "sched/sched.h"
|
||||
#include "sched/sched.h"
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
# include "irq/irq.h"
|
||||
|
||||
Reference in New Issue
Block a user