From 3e43226de8b32349bf6e5a0cf792d5df23752a74 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Wed, 16 Sep 2015 01:57:44 +0200 Subject: [PATCH] Forgot to modify the comment in the header file too. Done. --- include/drivers/ssp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/drivers/ssp.h b/include/drivers/ssp.h index 590cc27..54ffcaa 100644 --- a/include/drivers/ssp.h +++ b/include/drivers/ssp.h @@ -94,6 +94,7 @@ void ssp_clk_update(void); /* Returns 0 on success * Parameters : * frame_type is SPI, TI or MICROWIRE (use apropriate defines for this one). + * LPC_SSP_FRAME_SPI - LPC_SSP_FRAME_TI - LPC_SSP_FRAME_MICROWIRE). * data_width is a number between 4 and 16. * rate : The bit rate, in Hz. * The SPI Chip Select is not handled by the SPI driver in master SPI mode as it's -- 2.43.0