diff options
| author | hathach <[email protected]> | 2013-06-21 13:11:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-06-21 13:11:45 +0700 |
| commit | 3924764dff9d90ccff09e1d657c6f40ed8def8d9 (patch) | |
| tree | c3b124a2f9a76be89cbb34d36a38678d0fb3e8b2 /demos/device | |
| parent | 743e5a7a930b7e22d85ed1ae9714d42e75ef43c6 (diff) | |
[host lpc43xx] adding support for host custom class
refractor usbh class driver indexing
opt out periodic list code in EHCI (need to refractor/group later)
[device lpc176x] rename dcd_endpoint_configure to dcd_pipe_open
add usbd_pipe_open to manage pipe
Diffstat (limited to 'demos/device')
| -rw-r--r-- | demos/device/keyboard/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/device/keyboard/main.c b/demos/device/keyboard/main.c index 388f0cb8f..eb943221e 100644 --- a/demos/device/keyboard/main.c +++ b/demos/device/keyboard/main.c @@ -94,7 +94,7 @@ void led_blinking_task(void * p_para) void keyboard_device_app_task(void * p_para) { #if 0 - if (tusb_device_is_configured()) + if (tusbd_is_configured()) { static uint32_t count =0; if (count < 4) |
