diff include/Bela.h @ 312:00725dfc1b87 prerelease

Decrufting: removed ancient DBOX_CAPE define from header files (not yet from PRU code)
author andrewm
date Fri, 27 May 2016 18:42:28 +0100
parents 493a07f6ec09
children 5c8f46fcd4d0
line wrap: on
line diff
--- a/include/Bela.h	Fri May 27 18:37:51 2016 +0100
+++ b/include/Bela.h	Fri May 27 18:42:28 2016 +0100
@@ -37,12 +37,7 @@
 // Useful constants
 
 /** \cond PRIVATE */
-#define DBOX_CAPE					// New custom cape
-#ifdef DBOX_CAPE
 #define CODEC_I2C_ADDRESS  0x18		// Address of TLV320AIC3104 codec
-#else
-#define CODEC_I2C_ADDRESS  0x1B		// Address of TLV320AIC3106 codec
-#endif
 
 #define MAX_PRU_FILENAME_LENGTH 256
 #define MAX_SERVERNAME_LENGTH 256