Fix typo.
authorDavid Given <dg@cowlark.com>
Mon, 19 Oct 2015 21:20:15 +0000 (23:20 +0200)
committerDavid Given <dg@cowlark.com>
Mon, 19 Oct 2015 21:20:15 +0000 (23:20 +0200)
Kernel/cpu-msp430x/cpu.h

index e44fa28..1ba1759 100644 (file)
@@ -119,6 +119,6 @@ typedef union {            /* this structure is endian dependent */
 
 /* Really we should check for the jmp I imagine but gcc will figure the below
    out for us and keep this oddness out of the core code ! */
-#define EMAGIC (*p)
-#define EMAGIC2 (*p)
+#define EMAGIC   (*p)
+#define EMAGIC_2 (*p)