FreeCalypso > hg > freecalypso-sw
diff gsm-fw/bsp/abb+spi/spi_env.c @ 157:e48ea5875df7
gsm-fw: SPI task code compiles and links
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 17 Nov 2013 09:17:06 +0000 |
parents | 63750f70796d |
children |
line wrap: on
line diff
--- a/gsm-fw/bsp/abb+spi/spi_env.c Sun Nov 17 08:15:19 2013 +0000 +++ b/gsm-fw/bsp/abb+spi/spi_env.c Sun Nov 17 09:17:06 2013 +0000 @@ -16,15 +16,15 @@ /* (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved*/ /****************************************************************************/ -#include "spi/spi_env.h" -#include "rv/general.h" -#include "rvm/rvm_gen.h" -#include "rvm/rvm_priorities.h" -#include "rvm/rvm_use_id_list.h" +#include "spi_env.h" +#include "../../riviera/rv/general.h" +#include "../../riviera/rvm/rvm_gen.h" +#include "../../riviera/rvm/rvm_priorities.h" +#include "../../riviera/rvm/rvm_use_id_list.h" #include <string.h> //extern T_RV_RET spi_core(void); -#include "spi/spi_task.h" +#include "spi_task.h" /* global pointer to the error function */ @@ -223,6 +223,3 @@ /* free all memory buffer previously allocated */ return RV_OK; } - - -