FreeCalypso > hg > tcs211-l1-reconst
changeset 193:87856e381ca3
tpudrv12.c: passes compilation, but fails link because of TPU_wait_idle()
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 08 Jun 2016 03:34:58 +0000 |
parents | 76d979acae2e |
children | 81ba9566518f |
files | chipsetsw/layer1/tpu_drivers/source0/tpudrv12.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/tpu_drivers/source0/tpudrv12.c Wed Jun 08 03:32:07 2016 +0000 +++ b/chipsetsw/layer1/tpu_drivers/source0/tpudrv12.c Wed Jun 08 03:34:58 2016 +0000 @@ -21,7 +21,7 @@ #define TPUDRV12_C -#include "config.h" +/* #include "config.h" */ #include "sys_types.h" #include "l1_confg.h" @@ -58,9 +58,9 @@ #include "tpudrv12.h" #include "l1_rf12.h" -#include "../../bsp/mem.h" -#include "../../bsp/armio.h" -#include "../../bsp/clkm.h" +#include "mem.h" +#include "armio.h" +#include "clkm.h" // Global variables extern T_L1_CONFIG l1_config;