FreeCalypso > hg > fc-tourmaline
diff src/cs/drivers/drv_app/spi/spi_process.c @ 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 |
line wrap: on
line diff
--- a/src/cs/drivers/drv_app/spi/spi_process.c Fri May 14 00:11:30 2021 +0000 +++ b/src/cs/drivers/drv_app/spi/spi_process.c Fri May 14 01:30:13 2021 +0000 @@ -116,7 +116,7 @@ rvf_send_trace("SPI_task: SPI_ABB_CONF_ADC_EVT received", 39, NULL_PARAM, RV_TRACE_LEVEL_DEBUG_LOW, SPI_USE_ID); /* Call to the low-level driver function */ - ABB_Conf_ADC(((T_SPI_ABB_CONF_ADC *)msg_ptr)->channels, ((T_SPI_ABB_CONF_ADC *)msg_ptr)->itval); + ABB_Conf_ADC(((T_SPI_ABB_CONF_ADC *)msg_ptr)->channels, ((T_SPI_ABB_CONF_ADC *)msg_ptr)->itval); rvf_free_buf ((void *) msg_ptr); @@ -153,8 +153,8 @@ rvf_free_buf ((void *) msg_ptr); #endif - - return 1; + + return 1; } } // end of switch } // end of if (msg_ptr != NULL)