BCD_DEVICE now guarded by #ifndef (Caused issues with DFU test configs)

This commit is contained in:
Ross Owen
2015-03-30 12:22:00 +01:00
parent 7cd5631e4b
commit 5655c91fd8
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ HEAD
- RESOLVED: (Minor) Potential build issue due to duplicate labels in inline asm in
set_interrupt_handler macro
- 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: Now uses module_adat_rx from sc_adat (local module_usb_audio_adat removed)