tested keyboard device with lpcXpresso1347 board

This commit is contained in:
hathach
2013-01-11 20:49:46 +07:00
parent d76df54003
commit e935f29541
5 changed files with 24 additions and 76 deletions

View File

@@ -47,7 +47,7 @@
#define USB_ROM_SIZE (1024*2)
uint8_t usb_RomDriver_buffer[USB_ROM_SIZE] ATTR_ALIGNED(2048) __DATA(RAM2);
USBD_HANDLE_T g_hUsb;
volatile static bool isConfigured = false;
static volatile bool isConfigured = false;
/**************************************************************************/
/*!