diff options
author | AJM <poslathian@poslathian.(none)> | 2010-05-21 20:02:22 -0400 |
---|---|---|
committer | AJM <poslathian@poslathian.(none)> | 2010-05-21 20:02:22 -0400 |
commit | 4197727c10c0a6bb01034458754376104c9ec7e8 (patch) | |
tree | f6899b2c53e32daeaed630aff81dc035116e512e /libmaple | |
parent | d44f856baffd72742d2287f75df5c2c5dff07a73 (diff) | |
download | librambutan-4197727c10c0a6bb01034458754376104c9ec7e8.tar.gz librambutan-4197727c10c0a6bb01034458754376104c9ec7e8.zip |
minor mods to adjust the driver number and the vendor product id's (serial port now 1eaf:0004) and fixed a bug in reset.py,
added a no-delay usb serial loop to main.cpp as an example. has no problem at 115200 in minicom!
Diffstat (limited to 'libmaple')
-rw-r--r-- | libmaple/usb/usb_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmaple/usb/usb_config.h b/libmaple/usb/usb_config.h index 5cdbcd7..db549e5 100644 --- a/libmaple/usb/usb_config.h +++ b/libmaple/usb/usb_config.h @@ -5,8 +5,8 @@ #include "usb_lib.h" -#define VCOM_ID_VENDOR 0x0110 -#define VCOM_ID_PRODUCT 0x1003 +#define VCOM_ID_VENDOR 0x1EAF +#define VCOM_ID_PRODUCT 0x1004 #define USB_CONFIG_MAX_POWER (100 >> 1) |