From eeacdb0f702d6cb906fb46f5178e209c5aa50be2 Mon Sep 17 00:00:00 2001 From: areviu Date: Wed, 28 Feb 2018 17:44:20 +0000 Subject: removed old reg check and correct some indent git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11594 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testhal/ATSAMA5D2/SDMMC/redconf.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'testhal/ATSAMA5D2/SDMMC/redconf.c') diff --git a/testhal/ATSAMA5D2/SDMMC/redconf.c b/testhal/ATSAMA5D2/SDMMC/redconf.c index 7c0647332..480af8e03 100644 --- a/testhal/ATSAMA5D2/SDMMC/redconf.c +++ b/testhal/ATSAMA5D2/SDMMC/redconf.c @@ -2,9 +2,9 @@ UTILITY. DO NOT MODIFY. Generated by configuration utility version 2.02 -*/ + */ /** @file -*/ + */ #include "hal.h" @@ -20,15 +20,15 @@ const VOLCONF gaRedVolConf[REDCONF_VOLUME_COUNT] = { - { - SDMMC_BLOCK_SIZE, //ulSectorSize - 1048576U, //ullSectorCount - 0U, //ullSectorOffset - false, //fAtomicSectorWrite - 1024U, //ulInodeCount - 2U, //bBlockIoRetries - "CHIBIVOL" - } + { + SDMMC_BLOCK_SIZE, //ulSectorSize + 1048576U, //ullSectorCount + 0U, //ullSectorOffset + false, //fAtomicSectorWrite + 1024U, //ulInodeCount + 2U, //bBlockIoRetries + "CHIBIVOL" + } }; #endif -- cgit v1.2.3