forked from PAWPAW-Mirror/lib_xua
Revert "Use the version number from xpd"
This reverts commit 49a94c16d3.
This commit is contained in:
@@ -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 ((XMOS_USB_AUD_APP_MAJOR_VERSION << 8) | ((XMOS_USB_AUD_APP_MINOR_VERSION&0xF) << 4) | (XMOS_USB_AUD_APP_POINT_VERSION&0xF))
|
#define BCD_DEVICE (0x0630)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Addition interfaces based on defines */
|
/* Addition interfaces based on defines */
|
||||||
|
|||||||
Reference in New Issue
Block a user