diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:14:41 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:24:40 -0800 |
commit | 15accefbe284cfa0c4735ecb5ae3d2127ac8cfff (patch) | |
tree | 0e069c2fd8fdca8e82296325b3ead0e63e3c3c8d /src/flash/nand | |
parent | 98eea5680b491a26812214ddfeeafb3f088b94aa (diff) | |
download | riscv-openocd-15accefbe284cfa0c4735ecb5ae3d2127ac8cfff.zip riscv-openocd-15accefbe284cfa0c4735ecb5ae3d2127ac8cfff.tar.gz riscv-openocd-15accefbe284cfa0c4735ecb5ae3d2127ac8cfff.tar.bz2 |
change #include "arm_jtag.h" to <target/arm_jtag.h>
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "arm_jtag.h"
the following form should be used.
#include <target/arm_jtag.h>
The exception is from .c files in the same directory.
Diffstat (limited to 'src/flash/nand')
0 files changed, 0 insertions, 0 deletions