diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-05-27 14:52:16 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-05-27 14:52:16 +0000 |
commit | dd4239960c73242b31d18571e6a66d9dd229b4cc (patch) | |
tree | bdcd2f3d14a45ab231682dfd1fb9c8815ee948a3 /testhal | |
parent | f269531a409d8f757a1e98fddf66142a0d331040 (diff) | |
download | ChibiOS-dd4239960c73242b31d18571e6a66d9dd229b4cc.tar.gz ChibiOS-dd4239960c73242b31d18571e6a66d9dd229b4cc.tar.bz2 ChibiOS-dd4239960c73242b31d18571e6a66d9dd229b4cc.zip |
Fixed bug #839.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10204 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/STM32F3xx/EXT/main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F3xx/EXT/main.c b/testhal/STM32/STM32F3xx/EXT/main.c index 8ae382ca4..cce029a4a 100644 --- a/testhal/STM32/STM32F3xx/EXT/main.c +++ b/testhal/STM32/STM32F3xx/EXT/main.c @@ -65,6 +65,17 @@ static const EXTConfig extcfg = { {EXT_CH_MODE_DISABLED, NULL},
{EXT_CH_MODE_DISABLED, NULL},
{EXT_CH_MODE_DISABLED, NULL},
+ {EXT_CH_MODE_DISABLED, NULL},
+ {EXT_CH_MODE_DISABLED, NULL},
+ {EXT_CH_MODE_DISABLED, NULL},
+ {EXT_CH_MODE_DISABLED, NULL},
+ {EXT_CH_MODE_DISABLED, NULL},
+ {EXT_CH_MODE_DISABLED, NULL},
+ {EXT_CH_MODE_DISABLED, NULL},
+ {EXT_CH_MODE_DISABLED, NULL},
+ {EXT_CH_MODE_DISABLED, NULL},
+ {EXT_CH_MODE_DISABLED, NULL},
+ {EXT_CH_MODE_DISABLED, NULL},
{EXT_CH_MODE_DISABLED, NULL}
}
};
|