mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
device_os_none work with ea4357
This commit is contained in:
parent
820afdc7bf
commit
5efad7412f
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user