examples: Allow user to override EP0 size.

This commit is contained in:
William D. Jones
2019-09-23 23:11:47 -04:00
parent 7ba8e81852
commit 11de9f0ffd
7 changed files with 20 additions and 7 deletions

View File

@@ -69,7 +69,9 @@
// DEVICE CONFIGURATION
//--------------------------------------------------------------------
#define CFG_TUD_ENDOINT0_SIZE 64
#ifndef CFG_TUD_ENDOINT0_SIZE
#define CFG_TUD_ENDOINT0_SIZE 64
#endif
//------------- CLASS -------------//
#define CFG_TUD_HID 1