comparison L1/tpudrv/tpudrv.c @ 17:e8c05cfca8aa

tpudrv.c compiles once again
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 10 Jun 2016 06:37:59 +0000
parents 2dcce7bda202
children
comparison
equal deleted inserted replaced
16:2dcce7bda202 17:e8c05cfca8aa
13 * 13 *
14 * Copyright (c) Texas Instruments 1996 14 * Copyright (c) Texas Instruments 1996
15 * 15 *
16 */ 16 */
17 17
18 #include "config.h"
19 #include "l1_confg.h"
18 #include "l1_macro.h" 20 #include "l1_macro.h"
19 #include "iq.h" 21 #include "../../bsp/iq.h"
20 #include "l1_confg.h"
21 #include "l1_const.h" 22 #include "l1_const.h"
22 #include "l1_types.h" 23 #include "l1_types.h"
23 24
24 #if (AUDIO_TASK == 1) 25 #if (AUDIO_TASK == 1)
25 #include "l1audio_const.h" 26 #include "l1audio_const.h"
54 #include "l1aac_defty.h" 55 #include "l1aac_defty.h"
55 #endif 56 #endif
56 #include "l1_defty.h" 57 #include "l1_defty.h"
57 #include "tpudrv.h" 58 #include "tpudrv.h"
58 #include "sys_types.h" 59 #include "sys_types.h"
59 #include "clkm.h" 60 #include "../../bsp/clkm.h"
60 #include "l1_time.h" 61 #include "l1_time.h"
61 #include "l1_varex.h" 62 #include "l1_varex.h"
62 #include "l1_trace.h" 63 #include "l1_trace.h"
63 64
64 #if (L1_MADC_ON == 1) 65 #if (L1_MADC_ON == 1)