From 73c64abb223a2986c79e402924be8c6efb36ef2f Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sat, 28 Dec 2019 02:16:33 +0200 Subject: [PATCH] Fix indent. --- src/omv/sensor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omv/sensor.c b/src/omv/sensor.c index aba8cf469..2a1701c99 100644 --- a/src/omv/sensor.c +++ b/src/omv/sensor.c @@ -138,7 +138,7 @@ static int dcmi_config(uint32_t jpeg_mode) // Associate the DMA handle to the DCMI handle __HAL_LINKDMA(&DCMIHandle, DMA_Handle, DMAHandle); - // Initialize the DCMI + // Initialize the DCMI HAL_DCMI_DeInit(&DCMIHandle); if (HAL_DCMI_Init(&DCMIHandle) != HAL_OK) { // Initialization Error