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
2 changes: 2 additions & 0 deletions examples/foc/foc_fixed16_thr.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

#include <nuttx/config.h>

#include <nuttx/spinlock.h>

#include <assert.h>
#include <dspb16.h>
#include <fcntl.h>
Expand Down
2 changes: 2 additions & 0 deletions examples/foc/foc_float_thr.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

#include <nuttx/config.h>

#include <nuttx/spinlock.h>

#include <assert.h>
#include <dsp.h>
#include <fcntl.h>
Expand Down
2 changes: 1 addition & 1 deletion testing/ostest/wdog.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ static void wdtest_rand(FAR struct wdog_s *wdog, FAR wdtest_param_t *param,
clock_t wdset_tick;
sclock_t delay_tick;
sclock_t diff;
irqstate_t flags;
irqstate_t flags = 0;

/* Perform multiple iterations with random delays. */

Expand Down
Loading