Use the version number from xpd

This commit is contained in:
Sam Chesney
2013-11-27 16:38:56 +00:00
parent 7a6e9acf96
commit 49a94c16d3

View File

@@ -236,7 +236,7 @@
/* Device release number in BCD: 0xJJMNi */ /* Device release number in BCD: 0xJJMNi */
#ifndef BCD_DEVICE #ifndef BCD_DEVICE
#define BCD_DEVICE (0x0630) #define BCD_DEVICE ((XMOS_USB_AUD_APP_MAJOR_VERSION << 8) | ((XMOS_USB_AUD_APP_MINOR_VERSION&0xF) << 4) | (XMOS_USB_AUD_APP_POINT_VERSION&0xF))
#endif #endif
/* Addition interfaces based on defines */ /* Addition interfaces based on defines */