diff options
| author | hathach <[email protected]> | 2019-04-18 23:59:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-04-18 23:59:21 +0700 |
| commit | 23bcf1cc7a38df4376a27f538604283571773cfc (patch) | |
| tree | c58bb6df4b5b52ee6cf76ef71676462934529acc /src/device/usbd.h | |
| parent | 307ba23046ff4c0795009c1426708facb37bdf82 (diff) | |
remove auto descriptor and its option CFG_TUD_DESC_AUTO
Diffstat (limited to 'src/device/usbd.h')
| -rw-r--r-- | src/device/usbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h index b3b66768c..9525e2e6c 100644 --- a/src/device/usbd.h +++ b/src/device/usbd.h @@ -49,7 +49,7 @@ typedef struct { }tud_desc_set_t;
-// Must be defined by application
+// Descriptor collection set, must be defined by application
extern tud_desc_set_t tud_desc_set;
//--------------------------------------------------------------------+
|
