From bf9a9c490310b56143464aef4cec1df0c78346fe Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Mon, 28 Mar 2016 14:06:10 +0100 Subject: [PATCH] [pinmux] fix compiler warnings - remove unused function --- firmware/src/system/pinmux.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/firmware/src/system/pinmux.c b/firmware/src/system/pinmux.c index 14dcc89..3461929 100644 --- a/firmware/src/system/pinmux.c +++ b/firmware/src/system/pinmux.c @@ -141,16 +141,6 @@ static void _system_pinmux_config(PortGroup *const port, } } -static void _system_pinmux_config_default(PortGroup *const port, - const uint32_t pin_mask) -{ - _system_pinmux_config(port, pin_mask, - SYSTEM_PINMUX_GPIO, /* Mux position */ - SYSTEM_PINMUX_PIN_DIR_INPUT, /* Direction */ - SYSTEM_PINMUX_PIN_PULL_UP, /* Pull-up/down */ - false); /* Powersave */ -} - /** * Writes out a given configuration of a Port pin configuration to the hardware * module.