diff options
| author | hathach <[email protected]> | 2019-03-27 16:26:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-03-27 16:26:52 +0700 |
| commit | f26fbaf404c772c0ce4e48d36d94c2743f3a8aee (patch) | |
| tree | f6530b2b062833ceafb2b575c25416d42e34962b /src/device/usbd.h | |
| parent | 1e9848d917550b0af2115bc629d5e7e4743f23c7 (diff) | |
clean up remove usbd_control_stall()
Diffstat (limited to 'src/device/usbd.h')
| -rw-r--r-- | src/device/usbd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h index e8f3f2bc8..614b4f311 100644 --- a/src/device/usbd.h +++ b/src/device/usbd.h @@ -74,10 +74,10 @@ void tud_task (void); // APPLICATION CALLBACK (WEAK is optional)
//--------------------------------------------------------------------+
-/** Callback invoked when device is mounted (configured) */
+// Callback invoked when device is mounted (configured)
ATTR_WEAK void tud_mount_cb(void);
-/** Callback invoked when device is unmounted (bus reset/unplugged) */
+// Callback invoked when device is unmounted (bus reset/unplugged)
ATTR_WEAK void tud_umount_cb(void);
//void tud_device_suspended_cb(void);
|
