diff options
| author | Andrzej Tokarski <[email protected]> | 2022-11-21 21:45:10 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-21 21:45:10 +0100 |
| commit | b41f5eadb3143d0bfaf211d9bc84c95e5d623c29 (patch) | |
| tree | 313da7c8988a2b443e6ab5647fa1177e84e424a6 /examples/host/hid_controller/src | |
| parent | 89eac75085134d570dc26dffaf3d8f204aef5359 (diff) | |
| parent | 4a2e424103b0a2626a6cb464a350c68ae109cc7e (diff) | |
Merge branch 'master' into midihost
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 |
