FreeCalypso > hg > fc-tourmaline
comparison src/cs/drivers/drv_app/spi/spi_process.h @ 259:365833d1d186
drv_app/spi/*: rm trailing white space
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 14 May 2021 01:30:13 +0000 |
parents | 4e78acac3d88 |
children | 34b7059b9337 |
comparison
equal
deleted
inserted
replaced
258:45cc81cc6230 | 259:365833d1d186 |
---|---|
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 |
39 #endif /* __SPI_PROCESS_H__ */ | 39 #endif /* __SPI_PROCESS_H__ */ |