examples: Fix #ifndef guard for CFG_TUD_ENDPOINT0_SIZE.

This commit is contained in:
William D. Jones 2019-10-04 05:36:51 -04:00
parent c5ce4619a3
commit e4a88bc826
2 changed files with 4 additions and 0 deletions

View File

@ -64,7 +64,9 @@
// DEVICE CONFIGURATION
//--------------------------------------------------------------------
#ifndef CFG_TUD_ENDPOINT0_SIZE
#define CFG_TUD_ENDPOINT0_SIZE 64
#endif
//------------- CLASS -------------//
#define CFG_TUD_CDC 0

View File

@ -51,7 +51,9 @@
// DEVICE CONFIGURATION
//--------------------------------------------------------------------
#ifndef CFG_TUD_ENDPOINT0_SIZE
#define CFG_TUD_ENDPOINT0_SIZE 64
#endif
//------------- CLASS -------------//