From dd4239960c73242b31d18571e6a66d9dd229b4cc Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 27 May 2017 14:52:16 +0000 Subject: Fixed bug #839. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10204 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F3xx/EXT/main.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'testhal/STM32') 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} } }; -- cgit v1.2.3