forked from PAWPAW-Mirror/lib_xua
customdefines.h included in warnings.xc so warnings actually work
This commit is contained in:
@@ -255,6 +255,10 @@
|
||||
#define BCD_DEVICE ((BCD_DEVICE_J << 8) | ((BCD_DEVICE_M & 0xF) << 4) | (BCD_DEVICE_N & 0xF))
|
||||
#endif
|
||||
|
||||
#if defined(IAP) && !defined(ACCESSORY_FIRMWARE_VERSION)
|
||||
#define ACCESSORY_FIRMWARE_VERSION BCD_DEVICE
|
||||
#endif
|
||||
|
||||
/* Addition interfaces based on defines */
|
||||
#if defined(DFU) && DFU != 0
|
||||
#define DFU_INTERFACES (1) /* DFU interface count */
|
||||
|
||||
Reference in New Issue
Block a user