diff options
| author | hathach <[email protected]> | 2018-07-12 22:40:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-07-12 22:40:22 +0700 |
| commit | 925c462b7253aaa3bb6ee1adf5eb317b38d2436a (patch) | |
| tree | b72ea51f6f673504cd3f0afcebc07ba06acd6bdf /src/tusb_option.h | |
| parent | 3134d21b24e74eacbee7874f53769d624a110132 (diff) | |
rename CFG_TUD_ENUM_BUFFER_SIZE to CFG_TUD_CTRL_BUFSIZE
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index de4720620..6d3292171 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -156,7 +156,7 @@ #endif
#ifndef CFG_TUD_ENUM_BUFFER_SIZE
- #define CFG_TUD_ENUM_BUFFER_SIZE 256
+ #define CFG_TUD_CTRL_BUFSIZE 256
#endif
#ifndef CFG_TUD_DESC_AUTO
|
