Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion benchmarks/osperf/osperf.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <sys/poll.h>

#include <nuttx/sched.h>
#include <nuttx/spinlock.h>

/****************************************************************************
* Private Types
Expand Down Expand Up @@ -129,7 +130,7 @@ static size_t performance_gettime(FAR struct performance_time_s *result)
}

/****************************************************************************
* Pthread swtich performance
* Pthread switch performance
****************************************************************************/

static FAR void *pthread_switch_task(FAR void *arg)
Expand Down
1 change: 1 addition & 0 deletions testing/ostest/wdog.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <nuttx/config.h>
#include <nuttx/arch.h>
#include <nuttx/wdog.h>
#include <nuttx/spinlock.h>

#include <assert.h>
#include <pthread.h>
Expand Down
Loading