aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_m.h
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-11-05 11:40:56 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2012-11-05 12:37:42 +0000
commite22a6d2e06d9aa3fdb33d666199b82732ec6fcfe (patch)
treeaffb9032a9fbf4e9227c17d0ee557b7d635f30b1 /src/target/cortex_m.h
parentc4ab127b4069e20e296081bdf1007d4a5979e348 (diff)
cortex_m: fix define formatting
Change-Id: Ibdec882b2afc7e16f2361f86715463e030a54964 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/963 Tested-by: jenkins
Diffstat (limited to 'src/target/cortex_m.h')
-rw-r--r--src/target/cortex_m.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/target/cortex_m.h b/src/target/cortex_m.h
index 743bd13d..a9bd7a49 100644
--- a/src/target/cortex_m.h
+++ b/src/target/cortex_m.h
@@ -78,15 +78,15 @@
#define S_RESET_ST (1 << 25)
/* DCB_DEMCR bit and field definitions */
-#define TRCENA (1 << 24)
-#define VC_HARDERR (1 << 10)
-#define VC_INTERR (1 << 9)
-#define VC_BUSERR (1 << 8)
-#define VC_STATERR (1 << 7)
-#define VC_CHKERR (1 << 6)
-#define VC_NOCPERR (1 << 5)
-#define VC_MMERR (1 << 4)
-#define VC_CORERESET (1 << 0)
+#define TRCENA (1 << 24)
+#define VC_HARDERR (1 << 10)
+#define VC_INTERR (1 << 9)
+#define VC_BUSERR (1 << 8)
+#define VC_STATERR (1 << 7)
+#define VC_CHKERR (1 << 6)
+#define VC_NOCPERR (1 << 5)
+#define VC_MMERR (1 << 4)
+#define VC_CORERESET (1 << 0)
#define NVIC_ICTR 0xE000E004
#define NVIC_ISE0 0xE000E100