X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_usb.h;h=dbfd6fe1f13afc0a70e83e9dfd97f6521971d1a5;hb=fb5863ca8d0db3ff2e84721f7c902b031157ebb0;hp=d1c724c9f843365f8bdb210342b417b4a52de8d1;hpb=448b0d5418ea97af845eb2d9cc3345e3ff7dd67b;p=bertos.git diff --git a/bertos/cfg/cfg_usb.h b/bertos/cfg/cfg_usb.h index d1c724c9..dbfd6fe1 100644 --- a/bertos/cfg/cfg_usb.h +++ b/bertos/cfg/cfg_usb.h @@ -75,4 +75,11 @@ */ #define CONFIG_USB_EP_MAX 0 +/** + * Maximum packet size of the control endpoint 0 [bytes]. + * $WIZ$ type = "int" + * $WIZ$ min = 8 + */ +#define CONFIG_EP0_MAX_SIZE 8 + #endif /* CFG_USB_H */