forked from PAWPAW-Mirror/lib_xua
BCD_DEVICE now guarded by #ifndef (Caused issues with DFU test configs)
This commit is contained in:
@@ -8,6 +8,8 @@ HEAD
|
|||||||
- RESOLVED: (Minor) Potential build issue due to duplicate labels in inline asm in
|
- RESOLVED: (Minor) Potential build issue due to duplicate labels in inline asm in
|
||||||
set_interrupt_handler macro
|
set_interrupt_handler macro
|
||||||
- RESOLVED: (Minor) String descriptor for Clock Selector unit incorrectly reported
|
- RESOLVED: (Minor) String descriptor for Clock Selector unit incorrectly reported
|
||||||
|
- RESOLVED: (Minor) BCD_DEVICE in devicedefines.h now guarded by #ifndef (Caused issues with
|
||||||
|
default DFU test build configs.
|
||||||
- CHANGE: HID report descriptor defines added to shared user_hid.h
|
- CHANGE: HID report descriptor defines added to shared user_hid.h
|
||||||
- CHANGE: Now uses module_adat_rx from sc_adat (local module_usb_audio_adat removed)
|
- CHANGE: Now uses module_adat_rx from sc_adat (local module_usb_audio_adat removed)
|
||||||
|
|
||||||
|
|||||||
@@ -472,8 +472,9 @@
|
|||||||
*
|
*
|
||||||
* Default: XMOS USB Audio Release version (e.g. 0x0651 for 6.5.1).
|
* Default: XMOS USB Audio Release version (e.g. 0x0651 for 6.5.1).
|
||||||
*/
|
*/
|
||||||
|
#ifndef BCD_DEVICE
|
||||||
#define BCD_DEVICE ((BCD_DEVICE_J << 8) | ((BCD_DEVICE_M & 0xF) << 4) | (BCD_DEVICE_N & 0xF))
|
#define BCD_DEVICE ((BCD_DEVICE_J << 8) | ((BCD_DEVICE_M & 0xF) << 4) | (BCD_DEVICE_N & 0xF))
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Number of supported output stream formats.
|
* @brief Number of supported output stream formats.
|
||||||
|
|||||||
Reference in New Issue
Block a user