summaryrefslogtreecommitdiff
path: root/platform/drivers/src/ecspi.c
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2016-07-18 13:12:11 -0700
committerStefan Agner <stefan@agner.ch>2016-08-09 14:53:37 -0700
commitcd6c66301a83dde9ad4eaf675459a0348f4732cf (patch)
treeb979a88a80abded65470b80d88c351b5bc11ff9c /platform/drivers/src/ecspi.c
parent21d6d84123de8e6e2ebdf5543b530403951b3059 (diff)
resync with FreeRTOS_iMX7D_1.0.1 GAColibri_iMX7_M4_FreeRTOS_V1.0.1_20160810
Diffstat (limited to 'platform/drivers/src/ecspi.c')
-rw-r--r--platform/drivers/src/ecspi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/drivers/src/ecspi.c b/platform/drivers/src/ecspi.c
index cfba518..2a3a0c1 100644
--- a/platform/drivers/src/ecspi.c
+++ b/platform/drivers/src/ecspi.c
@@ -152,11 +152,11 @@ uint32_t ECSPI_SetBaudRate(ECSPI_Type* base, uint32_t sourceClockInHz, uint32_t
******************************************************************************/
/*FUNCTION**********************************************************************
*
- * Function Name : ECSPPI_SetDMACmd
+ * Function Name : ECSPI_SetDMACmd
* Description : Enable or disable the specified DMA Source.
*
*END**************************************************************************/
-void ECSPPI_SetDMACmd(ECSPI_Type* base, uint32_t source, bool enable)
+void ECSPI_SetDMACmd(ECSPI_Type* base, uint32_t source, bool enable)
{
/* Configure the DAM source */
if(enable)