fix build error with device 43xx

refractor mscd ramdisk demo
This commit is contained in:
hathach
2013-11-15 00:01:07 +07:00
parent 6e8440afe5
commit ba49d26e19
10 changed files with 384 additions and 167 deletions

View File

@@ -95,7 +95,7 @@
#elif BOARD == BOARD_RF1GHZNODE
#include "microbuilder/board_rf1ghznode.h"
#elif BOARD == BOARD_EA4357
#include "embedded_artists/board_ea4357.h"
#include "embedded_artists/ea4357/board_ea4357.h"
#elif BOARD == BOARD_MCB4300
#include "keil/board_mcb4300.h"
#elif BOARD == BOARD_HITEX4350

View File

@@ -36,7 +36,7 @@
*/
/**************************************************************************/
#include "../board.h"
#include "../../board.h"
#if BOARD == BOARD_EA4357

View File

@@ -64,8 +64,8 @@
#include "lpc43xx_i2c.h"
#include "oem_base_board/pca9532.h" // LEDs
#include "oem_board/nand.h"
#include "../oem_base_board/pca9532.h" // LEDs
//#include "../oem_board/nand.h"
//#define CFG_PRINTF_TARGET PRINTF_TARGET_SWO