From 293eddc33f8957f1bb896ef074bb56bf2ec2f895 Mon Sep 17 00:00:00 2001 From: barthess Date: Wed, 23 May 2012 21:08:51 +0000 Subject: SDIO. Updated testhal. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4231 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F4xx/SDC/ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/STM32F4xx/SDC/ffconf.h') 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. */ -- cgit v1.2.3