diff gsm-fw/bsp/abb+spi/spi_task.c @ 589:54459b912ef0

gsm-fw/bsp/abb+spi/spi_*.c: formatting fixes (line length and tabs)
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Aug 2014 00:56:26 +0000
parents e48ea5875df7
children d8594785527c
line wrap: on
line diff
--- a/gsm-fw/bsp/abb+spi/spi_task.c	Sun Aug 17 00:35:56 2014 +0000
+++ b/gsm-fw/bsp/abb+spi/spi_task.c	Sun Aug 17 00:56:26 2014 +0000
@@ -44,7 +44,7 @@
 ** Function         spi_core
 **
 ** Description      Core of the spi task, which initiliazes the spi SWE and 
-**					waits for messages.
+**		    waits for messages.
 **					
 *******************************************************************************/
 T_RV_RET spi_core(void)
@@ -122,18 +122,19 @@
 
 
 
-/**********************************************************************************
+/*******************************************************************************
 * Function	  : spi_adc_on
 *
-* Description : Put the variable is_adc_on of the T_SPI_GBL_INFO structure to TRUE.
-*				This variable is used for the battery management. 
+* Description : Put the variable is_adc_on of the T_SPI_GBL_INFO structure
+*		to TRUE.
+*		This variable is used for the battery management. 
 *               This function is called by the CST entity.
 *
 * Parameters  : None
 *
 * Return      : None
 * 
-**********************************************************************************/
+*******************************************************************************/
 void spi_adc_on (void)
 {
    SPI_GBL_INFO_PTR->is_adc_on = TRUE;