From 5fe408596ca956f5f5fb95571d0f097f82cce6b8 Mon Sep 17 00:00:00 2001 From: David Given Date: Mon, 19 Oct 2015 23:20:15 +0200 Subject: [PATCH] Fix typo. --- Kernel/cpu-msp430x/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.34.1