diff gsm-fw/bsp/abb+spi/spi_process.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 54459b912ef0
line wrap: on
line diff
--- a/gsm-fw/bsp/abb+spi/spi_process.c	Sun Nov 17 08:15:19 2013 +0000
+++ b/gsm-fw/bsp/abb+spi/spi_process.c	Sun Nov 17 09:17:06 2013 +0000
@@ -17,11 +17,11 @@
 /* (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved */
 /*****************************************************************************/
 
-#include "rvf/rvf_api.h"
-#include "spi/spi_api.h"
-#include "rvm/rvm_use_id_list.h"
-#include "spi/spi_process.h"
-#include "rv/rv_defined_swe.h"	   // for RVM_PWR_SWE
+#include "../../riviera/rvf/rvf_api.h"
+#include "spi_api.h"
+#include "../../riviera/rvm/rvm_use_id_list.h"
+#include "spi_process.h"
+#include "../../riviera/rv/rv_defined_swe.h"	   // for RVM_PWR_SWE
 
 
 
@@ -160,5 +160,3 @@
    }	// end of if (msg_ptr != NULL)
    return 0;
 }
-
-