From: David Given Date: Mon, 19 Oct 2015 21:20:15 +0000 (+0200) Subject: Fix typo. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5fe408596ca956f5f5fb95571d0f097f82cce6b8;p=FUZIX.git Fix typo. --- diff --git a/Kernel/cpu-msp430x/cpu.h b/Kernel/cpu-msp430x/cpu.h index e44fa289..1ba1759c 100644 --- a/Kernel/cpu-msp430x/cpu.h +++ b/Kernel/cpu-msp430x/cpu.h @@ -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)