clean up
This commit is contained in:
@@ -657,9 +657,9 @@
|
||||
//------------------------------------------------------------------
|
||||
// Configuration Validation
|
||||
//------------------------------------------------------------------
|
||||
//#if CFG_TUD_ENDPOINT0_SIZE > 64
|
||||
// #error Control Endpoint Max Packet Size cannot be larger than 64
|
||||
//#endif
|
||||
#if CFG_TUD_ENDPOINT0_SIZE > 64
|
||||
#error Control Endpoint Max Packet Size cannot be larger than 64
|
||||
#endif
|
||||
|
||||
// To avoid GCC compiler warnings when -pedantic option is used (strict ISO C)
|
||||
typedef int make_iso_compilers_happy;
|
||||
|
||||
Reference in New Issue
Block a user