Skip to content

Commit

Permalink
drivers: Fix the missing headers.
Browse files Browse the repository at this point in the history
This commit added the missing headers for some drivers.

Signed-off-by: [email protected] <[email protected]>
  • Loading branch information
Fix-Point authored and xiaoxiang781216 committed Jan 10, 2025
1 parent 808c086 commit 5212144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/audio/vs1053.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <debug.h>
#include <errno.h>

#include <nuttx/arch.h>
#include <nuttx/kmalloc.h>
#include <nuttx/signal.h>
#include <nuttx/mqueue.h>
Expand Down
2 changes: 2 additions & 0 deletions drivers/sensors/fxos8700cq.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
#include <debug.h>
#include <errno.h>

#include <nuttx/arch.h>
#include <nuttx/fs/fs.h>
#include <nuttx/kmalloc.h>
#include <nuttx/i2c/i2c_master.h>

Expand Down

0 comments on commit 5212144

Please sign in to comment.