comparison gsm-fw/bsp/abb+spi/spi_drv.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
37 /* */ 37 /* */
38 /* Previous delta : Rework */ 38 /* Previous delta : Rework */
39 /* */ 39 /* */
40 /**********************************************************************************/ 40 /**********************************************************************************/
41 41
42 #include "spi/spi_drv.h" 42 #include "spi_drv.h"
43 43
44 44
45 45
46 /*-----------------------------------------------------------------------*/ 46 /*-----------------------------------------------------------------------*/
47 /* SPI_InitDev() */ 47 /* SPI_InitDev() */
72 /* Stop the SPI clock */ 72 /* Stop the SPI clock */
73 #ifdef SPI_CLK_LOW_POWER 73 #ifdef SPI_CLK_LOW_POWER
74 SPI_CLK_DISABLE 74 SPI_CLK_DISABLE
75 #endif 75 #endif
76 } 76 }
77
78
79