diff options
| author | hathach <[email protected]> | 2018-07-13 14:26:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-07-13 14:44:44 +0700 |
| commit | 584b6f716dca8831b0483641d1a4e779b4bd5694 (patch) | |
| tree | c2149afe4e010b79f013782d273db2596e742b22 /examples/device/device_virtual_com/src | |
| parent | ffdd925854c3fda233f41c929b5cf115cfdb7a62 (diff) | |
more clean up
Diffstat (limited to 'examples/device/device_virtual_com/src')
| -rw-r--r-- | examples/device/device_virtual_com/src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/device_virtual_com/src/main.c b/examples/device/device_virtual_com/src/main.c index 033d313eb..60f93a000 100644 --- a/examples/device/device_virtual_com/src/main.c +++ b/examples/device/device_virtual_com/src/main.c @@ -94,12 +94,12 @@ void virtual_com_task(void) //--------------------------------------------------------------------+ // tinyusb callbacks //--------------------------------------------------------------------+ -void tud_mount_cb(uint8_t port) +void tud_mount_cb(void) { } -void tud_umount_cb(uint8_t port) +void tud_umount_cb(void) { } |
