clean code in sd_sim.c to make sure it can be built with gcc in linux
This commit is contained in:
parent
4f45c460d8
commit
e3cc345ecf
|
@ -1,7 +1,7 @@
|
|||
#include <rtthread.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
//#include <stdlib.h>
|
||||
//#include <string.h>
|
||||
#include <dfs_def.h>
|
||||
|
||||
// #define SD_TRACE rt_kprintf
|
||||
|
|
Loading…
Reference in New Issue