change #include "mflash.h" to <flash/mflash.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "mflash.h" the following form should be used. #include <flash/mflash.h> The exception is from .c files in the same directory.__archive__
parent
2b2d5ec1e3
commit
9cbab8d3a6
|
@ -36,7 +36,7 @@
|
|||
#include "svf.h"
|
||||
#include "nand.h"
|
||||
#include "pld.h"
|
||||
#include "mflash.h"
|
||||
#include <flash/mflash.h>
|
||||
|
||||
#include "server.h"
|
||||
#include "gdb_server.h"
|
||||
|
|
Loading…
Reference in New Issue