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 /tests/support | |
| parent | d524da0c941783887eaea968e5e7f8cb63313451 (diff) | |
able to build host hid
Diffstat (limited to 'tests/support')
| -rw-r--r-- | tests/support/tusb_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/support/tusb_config.h b/tests/support/tusb_config.h index 3aacdabdc..4ff3965e1 100644 --- a/tests/support/tusb_config.h +++ b/tests/support/tusb_config.h @@ -56,8 +56,8 @@ //------------- CLASS -------------//
#define CFG_TUH_HUB 0
-#define CFG_TUSB_HOST_HID_KEYBOARD 1
-#define CFG_TUSB_HOST_HID_MOUSE 1
+#define CFG_TUH_HID_KEYBOARD 1
+#define CFG_TUH_HID_MOUSE 1
#define CFG_TUH_MSC 1
#define CFG_TUSB_HOST_HID_GENERIC 0
#define CFG_TUH_CDC 1
|
