Set new define because of build failure

This commit is contained in:
Jan Dümpelmann 2020-09-10 13:36:07 +02:00
parent e09ebea7b9
commit b15c209805
1 changed files with 4 additions and 0 deletions

View File

@ -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