diff options
Diffstat (limited to 'testhal/STM32')
-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}
}
};
|