USB: max number of endpoints can be equal to the number of interfaces
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 9 Feb 2011 09:06:17 +0000 (09:06 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 9 Feb 2011 09:06:17 +0000 (09:06 +0000)
commit6015773ce66e2af9a9f9cc5912d136f31d4fc003
treef7a917e7f1b0bc2627832e29f258b1635bc50dc7
parent735f963cec57639bee8beee74a06913030bc74dc
USB: max number of endpoints can be equal to the number of interfaces

When only the endpoint 0 is used for a USB device, the number of
endpoints can be equal to the number of interfaces.

This also fixes the following bug in the nightly test build:
  bertos/drv/usb_endpoint.h:77: error: size of array 'STATIC_ASSERTION_FAILED__' is negative

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4689 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/drv/usb_endpoint.h