projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
2ee9fc7
)
Rewritten event system to remove all macros, to make user code clearer.
author
Dean Camera
<dean@fourwalledcubicle.com>
Mon, 18 May 2009 10:05:21 +0000
(10:05 +0000)
committer
Dean 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