From f52a5968604ae0dffc5b93e745724f850a416282 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:43 -0800 Subject: change #include "armv7m.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "armv7m.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/target/cortex_m3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target') diff --git a/src/target/cortex_m3.h b/src/target/cortex_m3.h index 7ce89014..c31c3f5d 100644 --- a/src/target/cortex_m3.h +++ b/src/target/cortex_m3.h @@ -26,7 +26,7 @@ #ifndef CORTEX_M3_H #define CORTEX_M3_H -#include "armv7m.h" +#include #define CORTEX_M3_COMMON_MAGIC 0x1A451A45 -- cgit v1.2.3