From bb2f93d4270cfffc16b180a870f30ac789fdae30 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 5 Feb 2021 20:41:41 +0700 Subject: prepare for release --- src/device/usbd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/device') 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 -- cgit v1.3.1