ea4357 can be enumerated, but get setconfiugre value of 0

This commit is contained in:
hathach
2013-05-29 16:56:15 +07:00
parent d5836751d9
commit 04a641f067
5 changed files with 19 additions and 9 deletions
+2
View File
@@ -54,8 +54,10 @@
#if (MCU == MCU_LPC18XX) || (MCU == MCU_LPC43XX)
#include "dcd_lpc18xx_lpc43xx.h"
#define ROM_API ( * ((USBD_API_T**) DEVICE_ROM_DRIVER_ADDR) )
#elif (MCU == MCU_LPC13UXX)
#include "dcd_lpc13xx.h"
#define ROM_API ( * (*((USBD_API_T***) DEVICE_ROM_DRIVER_ADDR)) )
#else
#error forgot something, thach ?
#endif