comparison 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
comparison
equal deleted inserted replaced
156:eba29cb0526c 157:e48ea5875df7
15 /* Author */ 15 /* Author */
16 /* */ 16 /* */
17 /* (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved */ 17 /* (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved */
18 /*****************************************************************************/ 18 /*****************************************************************************/
19 19
20 #include "rvf/rvf_api.h" 20 #include "../../riviera/rvf/rvf_api.h"
21 #include "spi/spi_api.h" 21 #include "spi_api.h"
22 #include "rvm/rvm_use_id_list.h" 22 #include "../../riviera/rvm/rvm_use_id_list.h"
23 #include "spi/spi_process.h" 23 #include "spi_process.h"
24 #include "rv/rv_defined_swe.h" // for RVM_PWR_SWE 24 #include "../../riviera/rv/rv_defined_swe.h" // for RVM_PWR_SWE
25 25
26 26
27 27
28 //#ifndef _WINDOWS 28 //#ifndef _WINDOWS
29 //#include "iq.h" 29 //#include "iq.h"
158 } 158 }
159 } // end of switch 159 } // end of switch
160 } // end of if (msg_ptr != NULL) 160 } // end of if (msg_ptr != NULL)
161 return 0; 161 return 0;
162 } 162 }
163
164