summaryrefslogtreecommitdiffstats
path: root/firmware/usbconfig.h
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2012-09-24 01:49:35 +1000
committerJenna Fox <a@creativepony.com>2012-09-24 01:49:35 +1000
commitff8457ce060a4f5ece83612bbc1eae298344baae (patch)
tree40f498bd2ccd06c5f88d86ee7c3663a2c47876a0 /firmware/usbconfig.h
parentd3992408b12e9cc8a874e739e02be3615c59af0b (diff)
downloadmicronucleus-ff8457ce060a4f5ece83612bbc1eae298344baae.tar.gz
micronucleus-ff8457ce060a4f5ece83612bbc1eae298344baae.tar.bz2
micronucleus-ff8457ce060a4f5ece83612bbc1eae298344baae.zip
remove redundant UBOOT_VERSION part of :get_info usb function
Diffstat (limited to 'firmware/usbconfig.h')
-rw-r--r--firmware/usbconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usbconfig.h b/firmware/usbconfig.h
index e046c00..d8ec6c1 100644
--- a/firmware/usbconfig.h
+++ b/firmware/usbconfig.h
@@ -189,7 +189,7 @@
* you may use one of obdev's free shared VID/PID pairs. See the file
* USB-IDs-for-free.txt for details!
*/
-#define USB_CFG_DEVICE_VERSION 0x01, 0x00
+#define USB_CFG_DEVICE_VERSION UBOOT_VERSION, 0x01
/* Version number of the device: Minor number first, then major number.
*/
#define USB_CFG_VENDOR_NAME 'c','r','e','a','t','i','v','e','p','o','n','y','.','c','o','m'