diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:14:44 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:24:41 -0800 |
commit | 54063d72945e1022def8ad9b46dc61564eee1f22 (patch) | |
tree | 51321225f61f436b9b013ccaf5f962fb18188dd1 /src/target/xscale | |
parent | f52a5968604ae0dffc5b93e745724f850a416282 (diff) | |
download | openocd_libswd-54063d72945e1022def8ad9b46dc61564eee1f22.tar.gz openocd_libswd-54063d72945e1022def8ad9b46dc61564eee1f22.tar.bz2 openocd_libswd-54063d72945e1022def8ad9b46dc61564eee1f22.tar.xz openocd_libswd-54063d72945e1022def8ad9b46dc61564eee1f22.zip |
change #include "avrt.h" to <target/avrt.h>
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "avrt.h"
the following form should be used.
#include <target/avrt.h>
The exception is from .c files in the same directory.
Diffstat (limited to 'src/target/xscale')
0 files changed, 0 insertions, 0 deletions