diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-08-07 08:53:41 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-08-07 08:53:41 +0000 |
commit | 683c4ac7af0bf05d31eaded26078b69d383d5cce (patch) | |
tree | 612cf84e7315d535ddd395f34307b191f4c7196c /testhal/STM32 | |
parent | 07339aeb0e0cb5f6a6f66933df2fd8f21051da92 (diff) | |
download | ChibiOS-683c4ac7af0bf05d31eaded26078b69d383d5cce.tar.gz ChibiOS-683c4ac7af0bf05d31eaded26078b69d383d5cce.tar.bz2 ChibiOS-683c4ac7af0bf05d31eaded26078b69d383d5cce.zip |
STM32 FSMC NAND. Polishing driver after hardware tests.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7152 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/STM32F4xx/FSMC_NAND/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/main.c b/testhal/STM32/STM32F4xx/FSMC_NAND/main.c index 59ef2d80d..bc3d33a07 100644 --- a/testhal/STM32/STM32F4xx/FSMC_NAND/main.c +++ b/testhal/STM32/STM32F4xx/FSMC_NAND/main.c @@ -51,7 +51,7 @@ ****************************************************************************** */ -#define USE_KILL_BLOCK_TEST TRUE +#define USE_KILL_BLOCK_TEST FALSE #define FSMCNAND_TIME_SET ((uint32_t) 2) //(8nS) #define FSMCNAND_TIME_WAIT ((uint32_t) 6) //(30nS) |