forked from auracaster/openocd
remove target.h from flash.h
The flash.h header does not require the target.h header file, but its implementation source files do. Move it to flash/nor/imp.h.
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
|
||||
// this is an internal header
|
||||
#include "core.h"
|
||||
// common flash internals
|
||||
#include <flash/common.h>
|
||||
// almost all drivers will need this file
|
||||
#include <target/target.h>
|
||||
|
||||
/**
|
||||
* Adds a new NOR bank to the global list of banks.
|
||||
|
||||
Reference in New Issue
Block a user