summaryrefslogtreecommitdiff
path: root/src/device/usbd.h
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-02-05 23:00:02 +0700
committerGitHub <[email protected]>2021-02-05 23:00:02 +0700
commit7b62c71dd5ec42e61499d2d83902df9484842670 (patch)
treeead300f2f7e43df8c295eb5ebc2ceb4357198d9a /src/device/usbd.h
parent42dad78dbc9e906eddc560f9584ed4551f145240 (diff)
parent465ea7a66e35725d1b5ec7443d86afe27762b586 (diff)
Merge pull request #634 from hathach/release-0.8.00.8.0
Release 0.8.0
Diffstat (limited to 'src/device/usbd.h')
-rw-r--r--src/device/usbd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h
index 360567743..b5f7dceba 100644
--- a/src/device/usbd.h
+++ b/src/device/usbd.h
@@ -57,6 +57,7 @@ extern void dcd_int_handler(uint8_t rhport);
tusb_speed_t tud_speed_get(void);
// Check if device is connected (may not mounted/configured yet)
+// True if just got out of Bus Reset and received the very first data from host
bool tud_connected(void);
// Check if device is connected and configured