aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/ATSAMA5D2/SDMMC/redconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/ATSAMA5D2/SDMMC/redconf.c')
-rw-r--r--testhal/ATSAMA5D2/SDMMC/redconf.c22
1 files changed, 11 insertions, 11 deletions
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