summaryrefslogtreecommitdiff
path: root/demos/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-06-12 21:06:43 +0700
committerhathach <[email protected]>2013-06-12 21:06:43 +0700
commit4103cc374f8ee94a2d4d308cad5c1e24221b8ae7 (patch)
treeed563dabfbbd69e6199302642badf18a13a08017 /demos/device
parentee57a6f13fcd8b75611713e3bec5a07202cc8f5a (diff)
add coreid to hidd_init
temporarily implement hidd_init using dcd from lpc17xx add more test for dcd lp176x implement dcd_endpoint_configure
Diffstat (limited to 'demos/device')
-rw-r--r--demos/device/keyboard/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/device/keyboard/main.c b/demos/device/keyboard/main.c
index f7d24cbe6..388f0cb8f 100644
--- a/demos/device/keyboard/main.c
+++ b/demos/device/keyboard/main.c
@@ -93,7 +93,7 @@ void led_blinking_task(void * p_para)
#if TUSB_CFG_DEVICE_HID_KEYBOARD
void keyboard_device_app_task(void * p_para)
{
-#if 1
+#if 0
if (tusb_device_is_configured())
{
static uint32_t count =0;