summaryrefslogtreecommitdiff
path: root/platform/drivers/src/gpio_vf6xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform/drivers/src/gpio_vf6xx.c')
-rw-r--r--platform/drivers/src/gpio_vf6xx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/drivers/src/gpio_vf6xx.c b/platform/drivers/src/gpio_vf6xx.c
index 28d8cd1..5f9326c 100644
--- a/platform/drivers/src/gpio_vf6xx.c
+++ b/platform/drivers/src/gpio_vf6xx.c
@@ -50,6 +50,8 @@ void GPIO_Init(GPIO_Type* base, gpio_init_t* initStruct)
uint32_t dir;
uint32_t iomux_addr;
+
+ configure_gpio_pin(initStruct->pin);
/*
* Only on Vybrid the input/output buffer enable flags
* are part of the shared mux/conf register.