diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-08-15 08:23:14 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-08-15 08:23:14 +0000 |
commit | 7d80a1ec3f39565476dd67567f34a820f2d97bc4 (patch) | |
tree | 872010cc2d3455c009b820f1d86a75906160bafa /testhal/STM32/STM32F4xx | |
parent | 00c270af7aba1d443b3c99222afbcacf2b2d703a (diff) | |
download | ChibiOS-7d80a1ec3f39565476dd67567f34a820f2d97bc4.tar.gz ChibiOS-7d80a1ec3f39565476dd67567f34a820f2d97bc4.tar.bz2 ChibiOS-7d80a1ec3f39565476dd67567f34a820f2d97bc4.zip |
[STM32 FSMC NAND] Testhal minor fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7177 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx')
-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 5f156b1df..9067f1c8a 100644 --- a/testhal/STM32/STM32F4xx/FSMC_NAND/main.c +++ b/testhal/STM32/STM32F4xx/FSMC_NAND/main.c @@ -204,7 +204,7 @@ static void nand_ready_cb(EXTDriver *extp, expchannel_t channel){ (void)extp; (void)channel; - NANDD1.isr_handler(&NANDD1); + NAND.isr_handler(&NAND); } static void ready_isr_enable(void) { |