diff options
| author | Ha Thach <[email protected]> | 2022-11-21 17:22:52 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-21 17:22:52 +0700 |
| commit | 4a2e424103b0a2626a6cb464a350c68ae109cc7e (patch) | |
| tree | 4a46f70fc34bc477b5c742b6f5a103322b7753f1 /examples/host/hid_controller/src | |
| parent | 95fb11fcffd27a055561d2171aa99199982bb563 (diff) | |
| parent | a394273ed28bdbd9ed5cf4ba94a99204bdd841e9 (diff) | |
Merge pull request #1746 from hathach/host-msc-example
Add host msc explorer example
Diffstat (limited to 'examples/host/hid_controller/src')
| -rw-r--r-- | examples/host/hid_controller/src/hid_app.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/host/hid_controller/src/hid_app.c b/examples/host/hid_controller/src/hid_app.c index 582e01959..75c91400e 100644 --- a/examples/host/hid_controller/src/hid_app.c +++ b/examples/host/hid_controller/src/hid_app.c @@ -162,7 +162,6 @@ void tuh_hid_mount_cb(uint8_t dev_addr, uint8_t instance, uint8_t const* desc_re void tuh_hid_umount_cb(uint8_t dev_addr, uint8_t instance) { printf("HID device address = %d, instance = %d is unmounted\r\n", dev_addr, instance); - } // check if different than 2 |
