comparison gsm-fw/bsp/abb+spi/spi_process.h @ 587:cc0944d35698

gsm-fw/bsp/abb+spi/*.h: formatting fixes (line length and tabs)
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Aug 2014 00:08:50 +0000
parents 971e84124a6f
children
comparison
equal deleted inserted replaced
586:25a3095e8a98 587:cc0944d35698
1 /*****************************************************************************/ 1 /*****************************************************************************/
2 /* */ 2 /* */
3 /* Name spi_process.h */ 3 /* Name spi_process.h */
4 /* */ 4 /* */
5 /* Function this file contains the spi_process function prototype, */ 5 /* Function this file contains the spi_process function prototype, */
6 /* used to handle messages received in the SPI task mailbox. */ 6 /* used to handle messages received in the SPI task mailbox. */
7 /* */ 7 /* */
8 /* Version 0.1 */ 8 /* Version 0.1 */
9 /* */ 9 /* */
10 /* Date Modification */ 10 /* Date Modification */
11 /* ------------------------------------ */ 11 /* ------------------------------------ */
28 /* Prototypes */ 28 /* Prototypes */
29 29
30 /******************************************************************************* 30 /*******************************************************************************
31 ** Function spi_process 31 ** Function spi_process
32 ** 32 **
33 ** Description It is called by the spi task core to handle the access to 33 ** Description It is called by the spi task core to handle the access to
34 ** the ABB through the SPI in a non-preemptive way. 34 ** the ABB through the SPI in a non-preemptive way.
35 ** 35 **
36 *******************************************************************************/ 36 *******************************************************************************/
37 UINT8 spi_process(T_RV_HDR * msg_ptr); 37 UINT8 spi_process(T_RV_HDR * msg_ptr);
38 38