forked from auracaster/openocd
change #include "embeddedice.h" to <target/embeddedice.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "embeddedice.h" the following form should be used. #include <target/embeddedice.h> The exception is from .c files in the same directory.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include "flash.h"
|
||||
#include "embeddedice.h"
|
||||
#include <target/embeddedice.h>
|
||||
#include "image.h"
|
||||
#include <target/algorithm.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user