diff options
Diffstat (limited to 'testhal/AVR/EXT/main.c')
-rw-r--r-- | testhal/AVR/EXT/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testhal/AVR/EXT/main.c b/testhal/AVR/EXT/main.c index f3e864d75..263f52902 100644 --- a/testhal/AVR/EXT/main.c +++ b/testhal/AVR/EXT/main.c @@ -44,12 +44,7 @@ static void extcb(EXTDriver *extp, expchannel_t channel) { */
static const EXTConfig extcfg = {
{
- {EXT_CH_MODE_DISABLED , NULL}, /* INT0 Config. */
- {EXT_CH_MODE_DISABLED , NULL}, /* INT1 Config. */
- {EXT_CH_MODE_DISABLED , NULL}, /* INT2 Config. */
- {EXT_CH_MODE_DISABLED , NULL}, /* INT3 Config. */
{EXT_CH_MODE_RISING_EDGE , extcb}, /* INT4 Config. */
- {EXT_CH_MODE_DISABLED , NULL}, /* INT5 Config. */
}
};
|