aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/TIVA')
-rw-r--r--os/hal/ports/TIVA/LLD/pal_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/TIVA/LLD/pal_lld.c b/os/hal/ports/TIVA/LLD/pal_lld.c
index 162d12c..af28cb0 100644
--- a/os/hal/ports/TIVA/LLD/pal_lld.c
+++ b/os/hal/ports/TIVA/LLD/pal_lld.c
@@ -130,7 +130,7 @@
/* Driver local functions. */
/*===========================================================================*/
-void gpio_init (GPIO_TypeDef *gpiop, const tiva_gpio_setup_t *config)
+static void gpio_init (GPIO_TypeDef *gpiop, const tiva_gpio_setup_t *config)
{
gpiop->DATA = config->data;
gpiop->DIR = config->dir;