fix error in dcd_lpc175x_6x (still has problem with control transfer)

fix build error for host
start to add keil support for device
opt out pca9532.c when ea4357 is not the selected board
This commit is contained in:
hathach
2013-12-11 11:31:09 +07:00
parent b35acbdcb2
commit 8bd6440547
8 changed files with 2377 additions and 739 deletions
@@ -24,6 +24,9 @@
/******************************************************************************
* Includes
*****************************************************************************/
#include "../../board.h"
#if BOARD == BOARD_EA4357
#include "lpc43xx_i2c.h"
#include "lpc43xx_cgu.h"
@@ -342,3 +345,5 @@ void pca9532_setBlink1Leds(uint16_t ledMask)
blink1Shadow |= ledMask;
setLeds();
}
#endif