diff options
| author | hathach <[email protected]> | 2022-11-21 15:49:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-11-21 15:49:38 +0700 |
| commit | 460bef9dbb40d1c6990c1bfd2f8da48978550932 (patch) | |
| tree | 0324f30682b7fdbac33074cd382be2bf85f1287a /examples/host/hid_controller | |
| parent | ba9f88f18c222d9e74e483340ade4a420ad49f01 (diff) | |
host msc example work well with rp2040 pio-usb
Diffstat (limited to 'examples/host/hid_controller')
| -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 |
