Added iap_conf.h include to avoid ACCESSORY_FIRMWARE_VERSION redefinition risk

This commit is contained in:
Sam Chesney
2013-12-05 12:22:30 +00:00
parent a90878a94b
commit d3398ef523

View File

@@ -8,6 +8,10 @@
#include "customdefines.h"
#ifdef __iap_conf_h_exists__
#include "iap_conf.h"
#endif
/* Tidy up historical INPUT/OUTPUT defines. INPUT/OUTPUT now enabled based on channel count defines */
#if !defined(NUM_USB_CHAN_IN)
#error NUM_USB_CHAN_IN must be defined!