aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-07-18 14:08:23 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-07-18 14:08:23 +0000
commitccbb4e75be5b75b2f67b6fbdc6e1a6f0dfb80294 (patch)
treede1fba0e6c52740d89045d662adbdfa766139dda /testhal/AVR
parent631660116597bf80cc90d4aed5235cb4b46e2b27 (diff)
downloadChibiOS-ccbb4e75be5b75b2f67b6fbdc6e1a6f0dfb80294.tar.gz
ChibiOS-ccbb4e75be5b75b2f67b6fbdc6e1a6f0dfb80294.tar.bz2
ChibiOS-ccbb4e75be5b75b2f67b6fbdc6e1a6f0dfb80294.zip
Resolve warning message: (warning: excess elements in array initializer).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10333 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/AVR')
-rw-r--r--testhal/AVR/EXT/main.c5
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. */
}
};