Merge branch 'master' of git://github.com/microbuilder/LPC1343CodeBase
authorMiceuz <mic@hardcore.lt>
Tue, 29 May 2012 21:32:39 +0000 (23:32 +0200)
committerMiceuz <mic@hardcore.lt>
Tue, 29 May 2012 21:32:39 +0000 (23:32 +0200)
.gitignore [new file with mode: 0644]
projectconfig.h

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..32d5a23
--- /dev/null
@@ -0,0 +1,6 @@
+*.o
+*.bin
+*.hex
+*.elf
+*.ld
+lpcrc
index d3743ce..f9f1e3f 100644 (file)
                               CDC (see 'puts' in systeminit.c).
 
     -----------------------------------------------------------------------*/
-    #define CFG_USB_VID                   (0x239A)
-    #define CFG_USB_PID                   (0x1002)
+    #define CFG_USB_VID                   (0x1d50)
+    #define CFG_USB_PID                   (0x600c)
 
     #ifdef CFG_BRD_LPC1343_REFDESIGN
       // #define CFG_USBHID
This page took 0.023055 seconds and 4 git commands to generate.