diff options
| author | hathach <[email protected]> | 2013-03-24 17:29:07 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-24 17:29:07 +0700 |
| commit | a1b17be6818320986328e4ac39abd82e2a894104 (patch) | |
| tree | 2be6de235ce726f6bed26881ad0d86ee62ddef38 /demos/host | |
| parent | 92c137243dd119b8b460d8dc8498777d58f582e3 (diff) | |
add class flags
change keyboard_info_pool to keyboard_data
Diffstat (limited to 'demos/host')
| -rw-r--r-- | demos/host/keyboard_app.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/host/keyboard_app.c b/demos/host/keyboard_app.c index 20e6c64e1..7acb52890 100644 --- a/demos/host/keyboard_app.c +++ b/demos/host/keyboard_app.c @@ -55,4 +55,11 @@ void keyboard_app_task(void) { + for (uint8_t dev_addr = 1; dev_addr <= TUSB_CFG_HOST_DEVICE_MAX; dev_addr++) + { + if ( tusbh_device_is_configured(dev_addr) ) + { + + } + } } |
