summaryrefslogtreecommitdiff
path: root/src/class/cdc/cdc_device.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-07-16 13:02:20 +0700
committerhathach <[email protected]>2020-07-16 13:04:10 +0700
commitfea6fb73a1ef65afd848ec71d49d65cc87a9eec9 (patch)
tree99120f3b04bbf34103074c77642d2becad34fd8c /src/class/cdc/cdc_device.h
parented065691eff1dc4029fd0ef3984ca25ba923d448 (diff)
add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lun
Diffstat (limited to 'src/class/cdc/cdc_device.h')
-rw-r--r--src/class/cdc/cdc_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_device.h b/src/class/cdc/cdc_device.h
index 39ccf6b76..2d3312b21 100644
--- a/src/class/cdc/cdc_device.h
+++ b/src/class/cdc/cdc_device.h
@@ -35,7 +35,7 @@
// Class Driver Configuration
//--------------------------------------------------------------------+
#ifndef CFG_TUD_CDC_EP_BUFSIZE
-#define CFG_TUD_CDC_EP_BUFSIZE (TUD_OPT_HIGH_SPEED ? 512 : 64)
+ #define CFG_TUD_CDC_EP_BUFSIZE (TUD_OPT_HIGH_SPEED ? 512 : 64)
#endif
#ifdef __cplusplus