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:
Johann Fischer 2019-04-08 16:55:09 +02:00 committed by Anas Nashif
commit c13e201b18
8 changed files with 10 additions and 10 deletions

View file

@ -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