usb: replace MAX_PACKET_SIZE0 with meaningful USB_MAX_CTRL_MPS
Replace MAX_PACKET_SIZE0 with meaningful USB_MAX_CTRL_MPS. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
parent
5b74fb4f23
commit
c13e201b18
8 changed files with 10 additions and 10 deletions
|
@ -72,7 +72,7 @@ extern "C" {
|
|||
* USB configuration
|
||||
**************************************************************************/
|
||||
|
||||
#define MAX_PACKET_SIZE0 64 /**< maximum packet size for EP 0 */
|
||||
#define USB_MAX_CTRL_MPS 64 /**< maximum packet size (MPS) for EP 0 */
|
||||
|
||||
/*************************************************************************
|
||||
* USB application interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue