forked from PAWPAW-Mirror/lib_xua
module dfu readme updates
This commit is contained in:
@@ -243,12 +243,12 @@
|
||||
#endif
|
||||
|
||||
#define BCD_DEVICE_J 6
|
||||
#define BCD_DEVICE_M 2
|
||||
#define BCD_DEVICE_M 3
|
||||
#define BCD_DEVICE_N 0
|
||||
|
||||
/* Device release number in BCD: 0xJJMN */
|
||||
#ifndef BCD_DEVICE
|
||||
#define BCD_DEVICE ((BCD_DEVICE_J << 8) | ((BCD_DEVICE&0xF) << 4) | (XMOS_USB_AUD_APP_POINT_VERSION&0xF))
|
||||
#define BCD_DEVICE ((BCD_DEVICE_J << 8) | ((BCD_DEVICE_M & 0xF) << 4) | (BCD_DEVICE_N & 0xF))
|
||||
#endif
|
||||
|
||||
/* Addition interfaces based on defines */
|
||||
|
||||
Reference in New Issue
Block a user