add stub function to able to build device with EA4357

- dcd_controller_reset
- dcd_controller_connect
This commit is contained in:
hathach
2013-05-25 16:03:40 +07:00
parent 9b7f24bef2
commit ae02263d81
7 changed files with 200 additions and 51 deletions

View File

@@ -58,13 +58,15 @@
#include "common/compiler/compiler.h"
#if MCU == 0
#error MCU is not defined or supported
#error MCU is not defined or supported yet
#elif MCU == MCU_LPC11UXX
#include "hal_lpc11uxx.h"
#elif MCU == MCU_LPC13UXX
#include "hal_lpc13uxx.h"
#elif MCU == MCU_LPC43XX
#include "hal_lpc43xx.h"
#else
#error MCU is not defined or supported yet
#endif
#ifdef __cplusplus