]> git.sur5r.net Git - openocd/commitdiff
cortex_m: fix define formatting
authorSpencer Oliver <spen@spen-soft.co.uk>
Mon, 5 Nov 2012 11:40:56 +0000 (11:40 +0000)
committerSpencer Oliver <spen@spen-soft.co.uk>
Mon, 5 Nov 2012 12:37:42 +0000 (12:37 +0000)
Change-Id: Ibdec882b2afc7e16f2361f86715463e030a54964
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/963
Tested-by: jenkins
src/target/cortex_m.h

index 743bd13db9790392d468b7b8f74ec45c1456f190..a9bd7a4971e9798c063acf539dbf35ea0c281c1a 100644 (file)
 #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