diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:14:39 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:24:40 -0800 |
commit | 0c1bc6703cc76b61d352477af9a796dcab28adcd (patch) | |
tree | 509fafee2640b60d69a77b5c08773f8d443486c0 /tcl/interface/at91rm9200.cfg | |
parent | 2c35b35e111b5a23a3316e02e419c212840c4cc2 (diff) | |
download | openocd+libswd-0c1bc6703cc76b61d352477af9a796dcab28adcd.tar.gz openocd+libswd-0c1bc6703cc76b61d352477af9a796dcab28adcd.tar.bz2 openocd+libswd-0c1bc6703cc76b61d352477af9a796dcab28adcd.tar.xz openocd+libswd-0c1bc6703cc76b61d352477af9a796dcab28adcd.zip |
change #include "arm_adi_v5.h" to <target/arm_adi_v5.h>
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "arm_adi_v5.h"
the following form should be used.
#include <target/arm_adi_v5.h>
The exception is from .c files in the same directory.
Diffstat (limited to 'tcl/interface/at91rm9200.cfg')
0 files changed, 0 insertions, 0 deletions