aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/SDC/ffconf.h
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-23 21:08:51 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-23 21:08:51 +0000
commit293eddc33f8957f1bb896ef074bb56bf2ec2f895 (patch)
tree8fd86c9666b1522201df144fa15bea335ec406a5 /testhal/STM32F4xx/SDC/ffconf.h
parent661cf8e8dc3793c0f716e783018514b9bd4e5551 (diff)
downloadChibiOS-293eddc33f8957f1bb896ef074bb56bf2ec2f895.tar.gz
ChibiOS-293eddc33f8957f1bb896ef074bb56bf2ec2f895.tar.bz2
ChibiOS-293eddc33f8957f1bb896ef074bb56bf2ec2f895.zip
SDIO. Updated testhal.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4231 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/SDC/ffconf.h')
-rwxr-xr-xtesthal/STM32F4xx/SDC/ffconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/SDC/ffconf.h b/testhal/STM32F4xx/SDC/ffconf.h
index 50a7848cf..9073f2286 100755
--- a/testhal/STM32F4xx/SDC/ffconf.h
+++ b/testhal/STM32F4xx/SDC/ffconf.h
@@ -146,7 +146,7 @@
/ is tied to the partitions listed in VolToPart[]. */
-#define _USE_ERASE 0 /* 0:Disable or 1:Enable */
+#define _USE_ERASE 1 /* 0:Disable or 1:Enable */
/* To enable sector erase feature, set _USE_ERASE to 1. CTRL_ERASE_SECTOR command
/ should be added to the disk_ioctl functio. */