iap_conf.h no longer included in devicedefines.h

This commit is contained in:
Ross Owen
2013-12-06 14:48:47 +00:00
parent d3398ef523
commit 2b3f9ea5ca

View File

@@ -8,10 +8,6 @@
#include "customdefines.h" #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 */ /* Tidy up historical INPUT/OUTPUT defines. INPUT/OUTPUT now enabled based on channel count defines */
#if !defined(NUM_USB_CHAN_IN) #if !defined(NUM_USB_CHAN_IN)
#error NUM_USB_CHAN_IN must be defined! #error NUM_USB_CHAN_IN must be defined!