Просмотр исходного кода

device_os_none work with ea4357

hathach 8 лет назад
Родитель
Сommit
5efad7412f

+ 2 - 2
boards/embedded_artists/ea4357/emac.c

@@ -19,9 +19,9 @@
 
 
 #if BOARD == BOARD_EA4357
 #if BOARD == BOARD_EA4357
 
 
-#include "EMAC.h"
+#include "emac.h"
 //#include "tcpip.h"
 //#include "tcpip.h"
-#include "lpc43xx.h"
+#include "LPC43xx.h"
 #include "lpc43xx_scu.h"
 #include "lpc43xx_scu.h"
 #include "lpc43xx_rgu.h"
 #include "lpc43xx_rgu.h"
 
 

+ 1 - 1
boards/embedded_artists/ea4357/sdram.c

@@ -25,7 +25,7 @@
 
 
 #if BOARD == BOARD_EA4357
 #if BOARD == BOARD_EA4357
 
 
-#include "lpc43xx.h"
+#include "LPC43xx.h"
 #include "lpc_types.h"
 #include "lpc_types.h"
 #include "lpc43xx_scu.h"
 #include "lpc43xx_scu.h"
 #include "lpc43xx_timer.h"
 #include "lpc43xx_timer.h"

+ 1 - 1
boards/embedded_artists/oem_base_board/memreg.c

@@ -25,7 +25,7 @@
 
 
 #if BOARD == BOARD_EA4357
 #if BOARD == BOARD_EA4357
 
 
-#include "lpc43xx.h"
+#include "LPC43xx.h"
 #include "lpc_types.h"
 #include "lpc_types.h"
 #include "lpc43xx_scu.h"
 #include "lpc43xx_scu.h"
 #include "memreg.h"
 #include "memreg.h"