diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:15:05 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:24:49 -0800 |
commit | 12499f97fdeceb7175a4d3847d6b9e2c95ce8b34 (patch) | |
tree | f9b71443f9870a79805e65aacdfd31ed3fc6499a /testing/examples/LPC2148Test/src/crt.s | |
parent | 66e45ba611b13bae0c6b7747ce27c37f7bfb21bc (diff) | |
download | openocd_libswd-12499f97fdeceb7175a4d3847d6b9e2c95ce8b34.tar.gz openocd_libswd-12499f97fdeceb7175a4d3847d6b9e2c95ce8b34.tar.bz2 openocd_libswd-12499f97fdeceb7175a4d3847d6b9e2c95ce8b34.tar.xz openocd_libswd-12499f97fdeceb7175a4d3847d6b9e2c95ce8b34.zip |
change #include "xsvf.h" to <xsvf/xsvf.h>
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "xsvf.h"
the following form should be used.
#include <xsvf/xsvf.h>
The exception is from .c files in the same directory.
Diffstat (limited to 'testing/examples/LPC2148Test/src/crt.s')
0 files changed, 0 insertions, 0 deletions