diff options
Diffstat (limited to 'testhal/STM32F1xx/PVD/main.c')
-rw-r--r-- | testhal/STM32F1xx/PVD/main.c | 17 |
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)
};
/*
|