Rewritten event system to remove all macros, to make user code clearer.
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 18 May 2009 10:05:21 +0000 (10:05 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 18 May 2009 10:05:21 +0000 (10:05 +0000)
Fixed incorrect ENDPOINT_EPNUM_MASK mask preventing endpoints above EP3 from being selected (thanks to Jonathan Oakley).

Removed STREAM_CALLBACK() macro - callbacks now use regular function definitions to clarify user code.

Removed DESCRIPTOR_COMPARATOR() macro - comparators should now use regular function definitions to clarify user code.


No differences found