diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:14:58 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:24:49 -0800 |
commit | afb6d38bd52e508970cfcc4a0d26610f33f42875 (patch) | |
tree | 3fb9f89ef51983c646edcaec2858860b1fc3404f /testing/examples/STR912Test | |
parent | 450ceda9aec12a0b67cca8dfbaf0384824cbd6c2 (diff) | |
download | openocd+libswd-afb6d38bd52e508970cfcc4a0d26610f33f42875.tar.gz openocd+libswd-afb6d38bd52e508970cfcc4a0d26610f33f42875.tar.bz2 openocd+libswd-afb6d38bd52e508970cfcc4a0d26610f33f42875.tar.xz openocd+libswd-afb6d38bd52e508970cfcc4a0d26610f33f42875.zip |
change #include "ocl.h" to <flash/nor/ocl.h>
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "ocl.h"
the following form should be used.
#include <flash/nor/ocl.h>
The exception is from .c files in the same directory.
Diffstat (limited to 'testing/examples/STR912Test')
0 files changed, 0 insertions, 0 deletions