diff options
| author | hathach <[email protected]> | 2021-02-05 20:41:41 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-02-05 20:41:41 +0700 |
| commit | bb2f93d4270cfffc16b180a870f30ac789fdae30 (patch) | |
| tree | f6276b22e2690e46b1dab073c08a8127be2545b9 /src/device | |
| parent | 42dad78dbc9e906eddc560f9584ed4551f145240 (diff) | |
prepare for release
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.h | 1 |
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 |
