Revert "Revert "Use the version number from xpd""

This reverts commit e40bdb2c60.
This commit is contained in:
Sam Chesney
2013-11-28 11:46:58 +00:00
parent e40bdb2c60
commit 8d49bd66fe

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 */