diff options
| author | hathach <[email protected]> | 2018-07-13 00:33:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-07-13 00:34:32 +0700 |
| commit | ffdd925854c3fda233f41c929b5cf115cfdb7a62 (patch) | |
| tree | 5dd98060fc0e575094962474d62f4daa88641da2 /examples/device/device_virtual_com/src | |
| parent | a623f0c179b49f510a206666bbe2ca52144a6458 (diff) | |
clean up
Diffstat (limited to 'examples/device/device_virtual_com/src')
| -rw-r--r-- | examples/device/device_virtual_com/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/device_virtual_com/src/main.c b/examples/device/device_virtual_com/src/main.c index 531733cdc..033d313eb 100644 --- a/examples/device/device_virtual_com/src/main.c +++ b/examples/device/device_virtual_com/src/main.c @@ -103,7 +103,7 @@ void tud_umount_cb(uint8_t port) { } -void tud_cdc_rx_cb(uint8_t port) +void tud_cdc_rx_cb(uint8_t itf) { } |
