mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
cxd56xx/cxd56_emmc.c: Fix compile warning
Add necessary include header named debug.h for using ferr and finfo.
This commit is contained in:
committed by
Masayuki Ishikawa
parent
5be940080b
commit
e725829547
@@ -28,6 +28,7 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <debug.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <nuttx/arch.h>
|
||||
|
||||
Reference in New Issue
Block a user