device_os_none work with ea4357

This commit is contained in:
hathach 2018-02-07 16:33:11 +07:00
parent 820afdc7bf
commit 5efad7412f
3 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"