Add hooks to allow cloning an attached USB device descriptor

This commit is contained in:
rppicomidi
2022-08-25 15:08:00 -07:00
committed by atoktoto
parent 2ddd74fada
commit 70eefcb849
4 changed files with 14 additions and 7 deletions

View File

@@ -427,9 +427,9 @@ typedef int make_iso_compilers_happy;
//------------------------------------------------------------------
// 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
#endif /* _TUSB_OPTION_H_ */