comparison L1/include/l1_confg.h @ 20:5fd4e7669c93

l1_confg.h: band-aid fix for DSP_DEBUG_TRACE_ENABLE with L1_DYN_DSP_DWNLD
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 10 Jun 2016 08:56:53 +0000
parents f93dab57b032
children
comparison
equal deleted inserted replaced
19:12f6c51be7b3 20:5fd4e7669c93
893 #define DSP_DEBUG_GSM_MASK 0x08BD 893 #define DSP_DEBUG_GSM_MASK 0x08BD
894 #define DSP_DEBUG_GPRS_MASK 0x0f3d 894 #define DSP_DEBUG_GPRS_MASK 0x0f3d
895 #endif 895 #endif
896 #endif // DSP 896 #endif // DSP
897 897
898 /*
899 * FreeCalypso band-aid: when we build with MELODY_E2 disabled and
900 * DSP_DEBUG_TRACE_ENABLE gets set to 1 by the logic above as a result,
901 * but L1_DYN_DSP_DWNLD is enabled, some code in l1_sync.c fails to
902 * compile. Our band-aid solution is to disable DSP_DEBUG_TRACE_ENABLE:
903 * after all, our TCS211 golden reference is built with MELODY_E2
904 * enabled, so it has DSP_DEBUG_TRACE_ENABLE set to 0.
905 */
906 #if L1_DYN_DSP_DWNLD
907 #undef DSP_DEBUG_TRACE_ENABLE
908 #define DSP_DEBUG_TRACE_ENABLE 0
909 #endif
910
898 /*------------------------------------*/ 911 /*------------------------------------*/
899 /* Default value */ 912 /* Default value */
900 /*------------------------------------*/ 913 /*------------------------------------*/
901 #ifndef W_A_DSP1 914 #ifndef W_A_DSP1
902 #define W_A_DSP1 0 915 #define W_A_DSP1 0