diff options
| author | hathach <[email protected]> | 2018-12-07 14:57:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-07 14:57:58 +0700 |
| commit | 366ab797769b77dbf353b101ba862b20084dbc02 (patch) | |
| tree | 9b742c44b00412b0d97068d1c0daa573c2c6c338 /examples/obsolete/host/src/main.c | |
| parent | d524da0c941783887eaea968e5e7f8cb63313451 (diff) | |
able to build host hid
Diffstat (limited to 'examples/obsolete/host/src/main.c')
| -rw-r--r-- | examples/obsolete/host/src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/obsolete/host/src/main.c b/examples/obsolete/host/src/main.c index 320e1c8f5..5da98fb68 100644 --- a/examples/obsolete/host/src/main.c +++ b/examples/obsolete/host/src/main.c @@ -136,8 +136,8 @@ void print_greeting(void) puts("This HOST demo is configured to support:"); printf(" - RTOS = %s\n", rtos_name[CFG_TUSB_OS]); if (CFG_TUH_HUB ) puts(" - Hub (1 level only)"); - if (CFG_TUSB_HOST_HID_MOUSE ) puts(" - HID Mouse"); - if (CFG_TUSB_HOST_HID_KEYBOARD ) puts(" - HID Keyboard"); + if (CFG_TUH_HID_MOUSE ) puts(" - HID Mouse"); + if (CFG_TUH_HID_KEYBOARD ) puts(" - HID Keyboard"); if (CFG_TUH_MSC ) puts(" - Mass Storage"); if (CFG_TUH_CDC ) puts(" - Communication Device Class"); } |
