Update preset.
[bertos.git] / bertos / drv / usb_endpoint.h
index 1376f327f2d67c240635dc64a164e46d5e74b790..63c49bd5ff80033578add0498615d863fa2844aa 100644 (file)
@@ -74,6 +74,6 @@ enum {
  * special endpoint 0. In conclusion, the number of endpoints must be always
  * greater than the number of interfaces.
  */
-STATIC_ASSERT(USB_EP_MAX > CONFIG_USB_INTERFACE_MAX);
+STATIC_ASSERT(USB_EP_MAX >= CONFIG_USB_INTERFACE_MAX);
 
 #endif /* USB_ENDPOINT_H */