summaryrefslogtreecommitdiff
path: root/testing/examples/STR912Test/makefile
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:14:29 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:22:52 -0800
commit6512e5e36b067ae458cb7f6a9fdfb08d38da3583 (patch)
tree49490993e98f16d33efd05296e76f603bf50c747 /testing/examples/STR912Test/makefile
parentba00ba47d289381d1fbfb84b6f4b18f8dff2f011 (diff)
downloadopenocd_libswd-6512e5e36b067ae458cb7f6a9fdfb08d38da3583.tar.gz
openocd_libswd-6512e5e36b067ae458cb7f6a9fdfb08d38da3583.tar.bz2
openocd_libswd-6512e5e36b067ae458cb7f6a9fdfb08d38da3583.tar.xz
openocd_libswd-6512e5e36b067ae458cb7f6a9fdfb08d38da3583.zip
change #include "time_support.h" to <helper/time_support.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "time_support.h" the following form should be used. #include <helper/time_support.h> The exception is from .c files in the same directory.
Diffstat (limited to 'testing/examples/STR912Test/makefile')
0 files changed, 0 insertions, 0 deletions
ref='#n144'>144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268