aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-05 07:35:32 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-05 07:35:32 +0000
commit1f4343efb2c22313bbce16fd9bdb17d4307b56a4 (patch)
tree71ba18f11927eae317d31a96b31346dadf80bc9d /testhal/STM32F1xx
parent84aa50507564f683ffa52bab4466bd99733b11ce (diff)
downloadChibiOS-1f4343efb2c22313bbce16fd9bdb17d4307b56a4.tar.gz
ChibiOS-1f4343efb2c22313bbce16fd9bdb17d4307b56a4.tar.bz2
ChibiOS-1f4343efb2c22313bbce16fd9bdb17d4307b56a4.zip
PVD. Added tests fro F4x and L1x.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3737 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx')
-rw-r--r--testhal/STM32F1xx/PVD/main.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/testhal/STM32F1xx/PVD/main.c b/testhal/STM32F1xx/PVD/main.c
index 7cf909f47..713fbb74b 100644
--- a/testhal/STM32F1xx/PVD/main.c
+++ b/testhal/STM32F1xx/PVD/main.c
@@ -59,22 +59,7 @@ static const EXTConfig extcfg = {
{EXT_CH_MODE_DISABLED, NULL},
{EXT_CH_MODE_DISABLED, NULL},
},
- EXT_MODE_EXTI(EXT_MODE_GPIOA,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0)
+ EXT_MODE_EXTI(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
};
/*