diff src/aci2/aci/ati_audio.c @ 410:bc1654e1e80d

AT@SPKR command in aci2 enabled for the D-Sample target
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 18 Jan 2018 06:09:39 +0000
parents 8dd51b740701
children 96c1d047b3c6
line wrap: on
line diff
--- a/src/aci2/aci/ati_audio.c	Thu Jan 18 05:59:41 2018 +0000
+++ b/src/aci2/aci/ati_audio.c	Thu Jan 18 06:09:39 2018 +0000
@@ -69,7 +69,7 @@
 #include "fc-target.cfg"
 #include "armio.h"
 
-#ifdef CONFIG_TARGET_FCDEV3B
+#if defined(CONFIG_TARGET_DSAMPLE) || defined(CONFIG_TARGET_FCDEV3B)
 /* AT@SPKR - turn loudspeaker amplifier on or off */
 GLOBAL T_ATI_RSLT atAtSPKR ( char *cl, UBYTE srcId )
 {