change #include "mips32.h" to <target/mips32.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "mips32.h" the following form should be used. #include <target/mips32.h> The exception is from .c files in the same directory.__archive__
parent
7da02a8330
commit
a8880f0b5a
|
@ -28,7 +28,7 @@
|
|||
#endif
|
||||
|
||||
#include "pic32mx.h"
|
||||
#include "mips32.h"
|
||||
#include <target/mips32.h>
|
||||
|
||||
|
||||
static
|
||||
|
|
Loading…
Reference in New Issue