mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
Set new define because of build failure
This commit is contained in:
parent
e09ebea7b9
commit
b15c209805
@ -43,6 +43,10 @@
|
||||
#define CFG_TUD_CDC_EP_BUFSIZE (TUD_OPT_HIGH_SPEED ? 512 : 64)
|
||||
#endif
|
||||
|
||||
#ifndef CFG_TUD_CDC_CLEAR_AT_CONNECTION
|
||||
#define CFG_TUD_CDC_CLEAR_AT_CONNECTION 0
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user