projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Switched row and col
[hackover2013-badge-firmware.git]
/
core
/
usbcdc
/
usbuser.c
diff --git
a/core/usbcdc/usbuser.c
b/core/usbcdc/usbuser.c
index
54f7b9e
..
6d1c660
100644
(file)
--- a/
core/usbcdc/usbuser.c
+++ b/
core/usbcdc/usbuser.c
@@
-182,8
+182,7
@@
void USB_EndPoint1 (uint32_t event) {
* Parameter: event
*/
-void USB_EndPoint2 (uint32_t event)
-{
+void USB_EndPoint2 (uint32_t event) {
event = event;
}
This page took
0.021187 seconds
and
4
git commands to generate.