From be4b0dec1a7533e2644ff8a08e8718053bac26e5 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 19 Mar 2015 23:02:23 +0100 Subject: [PATCH] Minor comment fixe --- include/drivers/ssp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drivers/ssp.h b/include/drivers/ssp.h index c3659c3..590cc27 100644 --- a/include/drivers/ssp.h +++ b/include/drivers/ssp.h @@ -71,7 +71,7 @@ uint16_t spi_transfer_single_frame(uint8_t ssp_num, uint16_t data); * size : the number of frames, each one having the configured data width (4 to 16 bits). * data_out : data to be sent. Data will be read in the lower bits of the 16 bits values * pointed by "data_out" for each frame. If NULL, then the content of data_in - will be used. + * will be used. * data_in : buffer for read data. If NULL, read data will be discarded. * Returns the number of data words transfered or negative value on error. * As the SPI bus is full duplex, data can flow in both directions, but the clock is -- 2.43.0