comparison gsm-fw/bsp/abb+spi/spi_process.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
comparison
equal deleted inserted replaced
588:1c0033c2fe33 589:54459b912ef0
1 /*****************************************************************************/ 1 /*****************************************************************************/
2 /* */ 2 /* */
3 /* Name spi_process.c */ 3 /* Name spi_process.c */
4 /* */ 4 /* */
5 /* Function this file contains the spi_process function, used to */ 5 /* Function this file contains the spi_process function, used to */
6 /* handle messages received in the SPI mailbox, and used to */ 6 /* handle messages received in the SPI mailbox, and used to */
7 /* access the ABB. It is called by the spi task core. */ 7 /* access the ABB. It is called by the spi task core. */
8 /* */ 8 /* */
9 /* Version 0.1 */ 9 /* Version 0.1 */
10 /* */ 10 /* */
11 /* Date Modification */ 11 /* Date Modification */