diff options
| author | hathach <[email protected]> | 2018-02-07 16:33:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-02-07 16:33:11 +0700 |
| commit | 5efad7412ffef0bb7eb08beea29b3b06b04cfb6e (patch) | |
| tree | ff5650259aff51749afe6a3ff6389154d6c3372e | |
| parent | 820afdc7bf24af171b8585f84adf5361c13bc1d3 (diff) | |
device_os_none work with ea4357
| -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" |
