mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 05:30:20 +00:00
drivers: Fix the missing headers.
This commit added the missing headers for some drivers. Signed-off-by: ouyangxiangzhen@xiaomi.com <ouyangxiangzhen@xiaomi.com>
This commit is contained in:
parent
6e81b1ed91
commit
b5a215879c
2 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
#include <debug.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/kmalloc.h>
|
||||
#include <nuttx/signal.h>
|
||||
#include <nuttx/mqueue.h>
|
||||
|
|
|
|||
|
|
@ -29,6 +29,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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue