Fixed USB VID/PID
authorKevin Townsend <kevin@ktownsend.com>
Fri, 10 Aug 2012 19:37:33 +0000 (21:37 +0200)
committerKevin Townsend <kevin@ktownsend.com>
Fri, 10 Aug 2012 19:37:33 +0000 (21:37 +0200)
projectconfig.h

index f9f1e3f..b0bf5be 100644 (file)
                               CDC (see 'puts' in systeminit.c).
 
     -----------------------------------------------------------------------*/
-    #define CFG_USB_VID                   (0x1d50)
-    #define CFG_USB_PID                   (0x600c)
-
+    #define CFG_USB_VID                   (0x239A)
+    #define CFG_USB_PID                   (0x1002)
+       
     #ifdef CFG_BRD_LPC1343_REFDESIGN
       // #define CFG_USBHID
       #define CFG_USBCDC
This page took 0.031583 seconds and 4 git commands to generate.