forked from auracaster/openocd
change #include "binarybuffer.h" to <helper/binarybuffer.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "binarybuffer.h" the following form should be used. #include <helper/binarybuffer.h> The exception is from .c files in the same directory.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
#endif
|
||||
|
||||
#include "at91sam7.h"
|
||||
#include "binarybuffer.h"
|
||||
#include <helper/binarybuffer.h>
|
||||
|
||||
static int at91sam7_protect_check(struct flash_bank *bank);
|
||||
static int at91sam7_write(struct flash_bank *bank, uint8_t *buffer, uint32_t offset, uint32_t count);
|
||||
|
||||
Reference in New Issue
Block a user