projects
/
hackover2013-badge-firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
939510f
)
Fixed USB VID/PID
author
Kevin Townsend
<kevin@ktownsend.com>
Fri, 10 Aug 2012 19:37:33 +0000
(21:37 +0200)
committer
Kevin Townsend
<kevin@ktownsend.com>
Fri, 10 Aug 2012 19:37:33 +0000
(21:37 +0200)
projectconfig.h
patch
|
blob
|
history
diff --git
a/projectconfig.h
b/projectconfig.h
index
f9f1e3f
..
b0bf5be
100644
(file)
--- a/
projectconfig.h
+++ b/
projectconfig.h
@@
-617,9
+617,9
@@
CDC (see 'puts' in systeminit.c).
-----------------------------------------------------------------------*/
- #define CFG_USB_VID (0x
1d50
)
- #define CFG_USB_PID (0x
600c
)
-
+ #define CFG_USB_VID (0x
239A
)
+ #define CFG_USB_PID (0x
1002
)
+
#ifdef CFG_BRD_LPC1343_REFDESIGN
// #define CFG_USBHID
#define CFG_USBCDC
This page took
0.027269 seconds
and
4
git commands to generate.