summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-05-08 15:42:09 -0700
committerStefan Agner <stefan.agner@toradex.com>2017-05-08 16:28:22 -0700
commit74e83463973d77b16449e7b9206f4f75b94296d1 (patch)
tree77bdff16bf2828bccbcd41faa967b3a4e1c86c8f
parent8f8427686752943389d24412f8ee8c80e1c06d03 (diff)
fix warning of unused variable
Commit acebb1dd18 ("remove SABRE specific standby pin mux") introduced an unused variable which leads to a warning. Remove it. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--examples/imx7_colibri_m4/pin_mux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/imx7_colibri_m4/pin_mux.c b/examples/imx7_colibri_m4/pin_mux.c
index f1d4b57..af15e4b 100644
--- a/examples/imx7_colibri_m4/pin_mux.c
+++ b/examples/imx7_colibri_m4/pin_mux.c
@@ -40,8 +40,6 @@
void configure_flexcan_pins(CAN_Type* base)
{
- volatile GPIO_MemMapPtr gpio2_pdir;
-
switch((uint32_t)base)
{
case CAN1_BASE: