Fixed iAP firmware version format

This commit is contained in:
Sam Chesney
2013-12-04 18:24:05 +00:00
parent b5bfaa17a4
commit 39207ac7f4

View File

@@ -256,7 +256,7 @@
#endif #endif
#if defined(IAP) && !defined(ACCESSORY_FIRMWARE_VERSION) #if defined(IAP) && !defined(ACCESSORY_FIRMWARE_VERSION)
#define ACCESSORY_FIRMWARE_VERSION BCD_DEVICE #define ACCESSORY_FIRMWARE_VERSION {BCD_DEVICE_J, BCD_DEVICE_M, BCD_DEVICE_N}
#endif #endif
/* Addition interfaces based on defines */ /* Addition interfaces based on defines */