From 6e32a7163a5f8b43573092a6caf5e0b26fffe7d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Fri, 14 Jan 2011 02:25:16 +0000 Subject: [PATCH] fix compiler warnings in board.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- src/boards/lpc1768/board.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/boards/lpc1768/board.h b/src/boards/lpc1768/board.h index afc0c9a..364d285 100644 --- a/src/boards/lpc1768/board.h +++ b/src/boards/lpc1768/board.h @@ -112,8 +112,6 @@ extern void SystemInit (void); /* Device Specific Peripheral registers structures */ /******************************************************************************/ -#pragma anon_unions - /*------------- System Control (SC) ------------------------------------------*/ typedef struct { @@ -813,9 +811,6 @@ typedef struct __IO uint32_t Module_ID; } EMAC_TypeDef; -#pragma no_anon_unions - - /******************************************************************************/ /* Peripheral memory map */ /******************************************************************************/ -- 1.7.10.4