changeset 171:b6b3bda101c0

l1audio_abb.c: same fix for pre-Syren ABB as in the FreeCalypso/gcc tree
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 07 Jun 2016 19:08:50 +0000
parents 2c2408ed5295
children 3aa97c515334
files chipsetsw/layer1/audio_cfile/l1audio_abb.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/chipsetsw/layer1/audio_cfile/l1audio_abb.c	Tue Jun 07 18:58:31 2016 +0000
+++ b/chipsetsw/layer1/audio_cfile/l1audio_abb.c	Tue Jun 07 19:08:50 2016 +0000
@@ -132,7 +132,7 @@
   #include "nucleus.h"
 #endif
 
-#if (ANLG_FAM == 3)
+#if (ANLG_FAM != 11)
 extern T_L1S_DSP_COM l1s_dsp_com;
 extern void l1_audio_lim_partial_update();