Added comment about IAP ver no module_usb_audio/devicedefines.h

This commit is contained in:
Ross Owen
2013-12-16 16:45:29 +00:00
parent dd945224d3
commit 96b4360e4e

View File

@@ -255,6 +255,7 @@
#define BCD_DEVICE ((BCD_DEVICE_J << 8) | ((BCD_DEVICE_M & 0xF) << 4) | (BCD_DEVICE_N & 0xF))
#endif
/* By default base the iAP version number on USB BCD_DEVICE */
#if defined(IAP) && !defined(ACCESSORY_FIRMWARE_VERSION)
#define ACCESSORY_FIRMWARE_VERSION {BCD_DEVICE_J, BCD_DEVICE_M, BCD_DEVICE_N}
#endif