summaryrefslogtreecommitdiff
path: root/src/device/usbd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-03-27 16:26:52 +0700
committerhathach <[email protected]>2019-03-27 16:26:52 +0700
commitf26fbaf404c772c0ce4e48d36d94c2743f3a8aee (patch)
treef6530b2b062833ceafb2b575c25416d42e34962b /src/device/usbd.h
parent1e9848d917550b0af2115bc629d5e7e4743f23c7 (diff)
clean up remove usbd_control_stall()
Diffstat (limited to 'src/device/usbd.h')
-rw-r--r--src/device/usbd.h4
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);