From f7cd9b461ca33845339f4a11f49bdc142696827a Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Tue, 28 Jun 2016 09:51:29 +0200 Subject: Apalis_TK1_K20: SPI Communication, ADC, TSC, GPIO Support for Communication between TK1 SoC and K20 MCU This patch includes ADC, TSC and GPIO functionality. Signed-off-by: Dominik Sliwa --- drivers/fsl_adc16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/fsl_adc16.c') diff --git a/drivers/fsl_adc16.c b/drivers/fsl_adc16.c index 4fee1a8..800d1dc 100644 --- a/drivers/fsl_adc16.c +++ b/drivers/fsl_adc16.c @@ -152,7 +152,7 @@ status_t ADC16_DoAutoCalibration(ADC_Type *base) volatile uint32_t tmp32; /* 'volatile' here is for the dummy read of ADCx_R[0] register. */ status_t status = kStatus_Success; - /* The calibration would be failed when in hardwar mode. + /* The calibration would be failed when in hardware mode. * Remember the hardware trigger state here and restore it later if the hardware trigger is enabled.*/ if (0U != (ADC_SC2_ADTRG_MASK & base->SC2)) { -- cgit v1.2.3