mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 11:42:04 +10:00
change #include "arm7tdmi.h" to <target/arm7tdmi.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "arm7tdmi.h" the following form should be used. #include <target/arm7tdmi.h> The exception is from .c files in the same directory.
This commit is contained in:
parent
9e3136a5f8
commit
447f0896dd
@ -20,7 +20,7 @@
|
||||
#ifndef ARM720T_H
|
||||
#define ARM720T_H
|
||||
|
||||
#include "arm7tdmi.h"
|
||||
#include <target/arm7tdmi.h>
|
||||
#include "armv4_5_mmu.h"
|
||||
|
||||
#define ARM720T_COMMON_MAGIC 0xa720a720
|
||||
|
Loading…
Reference in New Issue
Block a user