diff options
| -rw-r--r-- | boards/embedded_artists/ea4357/emac.c | 4 | ||||
| -rw-r--r-- | boards/embedded_artists/ea4357/sdram.c | 2 | ||||
| -rw-r--r-- | boards/embedded_artists/oem_base_board/memreg.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/boards/embedded_artists/ea4357/emac.c b/boards/embedded_artists/ea4357/emac.c index d7b6ae783..1bacf4e9d 100644 --- a/boards/embedded_artists/ea4357/emac.c +++ b/boards/embedded_artists/ea4357/emac.c @@ -19,9 +19,9 @@ #if BOARD == BOARD_EA4357
-#include "EMAC.h"
+#include "emac.h"
//#include "tcpip.h"
-#include "lpc43xx.h"
+#include "LPC43xx.h"
#include "lpc43xx_scu.h"
#include "lpc43xx_rgu.h"
diff --git a/boards/embedded_artists/ea4357/sdram.c b/boards/embedded_artists/ea4357/sdram.c index 92d8cd138..73e67b0a3 100644 --- a/boards/embedded_artists/ea4357/sdram.c +++ b/boards/embedded_artists/ea4357/sdram.c @@ -25,7 +25,7 @@ #if BOARD == BOARD_EA4357
-#include "lpc43xx.h"
+#include "LPC43xx.h"
#include "lpc_types.h"
#include "lpc43xx_scu.h"
#include "lpc43xx_timer.h"
diff --git a/boards/embedded_artists/oem_base_board/memreg.c b/boards/embedded_artists/oem_base_board/memreg.c index 3704f9bb8..51bcada4b 100644 --- a/boards/embedded_artists/oem_base_board/memreg.c +++ b/boards/embedded_artists/oem_base_board/memreg.c @@ -25,7 +25,7 @@ #if BOARD == BOARD_EA4357 -#include "lpc43xx.h" +#include "LPC43xx.h" #include "lpc_types.h" #include "lpc43xx_scu.h" #include "memreg.h" |
