diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:14:55 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:24:42 -0800 |
commit | 9cbab8d3a6b6157629b75457b79e1b828c78bf6e (patch) | |
tree | 62b476b7c363b244a3319c1d185525d7eb71951d /src/target/arm9tdmi.h | |
parent | 2b2d5ec1e38efdd10ec64f8e880588350fb4edea (diff) | |
download | openocd_libswd-9cbab8d3a6b6157629b75457b79e1b828c78bf6e.tar.gz openocd_libswd-9cbab8d3a6b6157629b75457b79e1b828c78bf6e.tar.bz2 openocd_libswd-9cbab8d3a6b6157629b75457b79e1b828c78bf6e.tar.xz openocd_libswd-9cbab8d3a6b6157629b75457b79e1b828c78bf6e.zip |
change #include "mflash.h" to <flash/mflash.h>
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "mflash.h"
the following form should be used.
#include <flash/mflash.h>
The exception is from .c files in the same directory.
Diffstat (limited to 'src/target/arm9tdmi.h')
0 files changed, 0 insertions, 0 deletions